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 59eeea4 commit 517e496Copy full SHA for 517e496
.readthedocs.yml
@@ -12,6 +12,11 @@ sphinx:
12
# Optionally build your docs in additional formats such as PDF and ePub
13
formats: all
14
15
+# Optionally set the version of Python and requirements required to build your docs
16
+python:
17
+ install:
18
+ - requirements: doc/requirements.txt
19
+
20
build:
21
os: "ubuntu-22.04"
22
tools:
0 commit comments