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 bf2be73 commit 7f4e6ceCopy full SHA for 7f4e6ce
docs/requirements.txt
@@ -1,3 +1,2 @@
1
sphinx==5.3.0
2
-sphinx-rtd-theme
3
-urllib3==1.26.15
+sphinx-rtd-theme
readthedocs.yml
@@ -1,5 +1,15 @@
+# .readthedocs.yaml
+
+# required
4
version: 2
5
6
+# set the version of Python and other tools you might need
7
+build:
8
+ os: ubuntu-22.04
9
+ tools:
10
+ python: "3.11"
11
12
+# build documentation in the docs/ directory with Sphinx
13
sphinx:
14
builder: html
15
configuration: docs/conf.py
@@ -8,8 +18,8 @@ sphinx:
18
build:
19
image: latest
20
21
+# declare the Python requirements required to build your docs
22
python:
- version: 3.8
23
install:
24
- requirements: docs/requirements.txt
25
- method: pip
0 commit comments