8000
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 6df147e commit 532ddd5Copy full SHA for 532ddd5
.readthedocs.yaml
@@ -0,0 +1,19 @@
1
+version: 2
2
+
3
+# -- set the OS, Python version and other tools you might need --
4
+build:
5
+ os: ubuntu-22.04
6
+ tools:
7
+ python: "3.9"
8
9
+# -- build documentation in the "docs/" directory with Sphinx --
10
+sphinx:
11
+ configuration: docs/conf.py
12
+ # -- fail on all warnings to avoid broken references --
13
+ # fail_on_warning: true
14
15
+# -- package versions required to build your documentation --
16
+# -- see https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html --
17
+python:
18
+ install:
19
+ - requirements: requirements-docs.txt
requirements-docs.txt
@@ -1,3 +1,4 @@
Sphinx==1.8.6
Jinja2==2.11.3
MarkupSafe==0.23
+-e .
0 commit comments