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 c5c2597Copy full SHA for c5c2597
.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
0 commit comments