We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb79d1c commit 828b7d8Copy full SHA for 828b7d8
.readthedocs.yml
@@ -11,7 +11,7 @@ version: 2
11
build:
12
os: ubuntu-20.04
13
tools:
14
- python: "3.9"
+ python: "3"
15
16
submodules:
17
include:
@@ -22,4 +22,4 @@ formats:
22
23
python:
24
install:
25
- - requirements: docs/requirements.txt
+ - requirements: requirements-doc.txt
docs/requirements.txt
requirements-doc.txt
@@ -8,7 +8,7 @@ astroid
8
setuptools
9
10
# For sphinx
-Sphinx<4
+sphinx>=4.0.0
sphinx-autoapi
sphinx-rtd-theme
sphinxcontrib-svg2pdfconverter
0 commit comments