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 953d3dc commit d10dbe8Copy full SHA for d10dbe8
.readthedocs.yml
@@ -1,5 +1,13 @@
1
version: 2
2
3
+build:
4
+ os: "ubuntu-22.04"
5
+ tools:
6
+ python: "3"
7
+
8
python:
9
install:
10
- requirements: docs/requirements.txt
11
12
+sphinx:
13
+ configuration: docs/conf.py
docs/requirements.txt
@@ -1,2 +1,3 @@
sphinxcontrib-autoprogram>=0.1.5
sphinx>=3.2.1
+sphinx_rtd_theme>=1.0.0
0 commit comments