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 09d6682 commit 9e51a11Copy full SHA for 9e51a11
.readthedocs.yml
@@ -7,9 +7,13 @@ build:
7
tools:
8
python: "3.9"
9
10
+sphinx:
11
+ configuration: docs/conf.py
12
+
13
formats:
14
- pdf
15
16
python:
17
install:
18
+ - requirements: docs/requirements.txt
19
- path: .
docs/requirements.txt
@@ -0,0 +1,2 @@
1
+sphinx==4.2.0
2
+sphinx_rtd_theme==1.0.0
0 commit comments