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 069ad28 commit bb723c4Copy full SHA for bb723c4
.readthedocs.yml
@@ -4,17 +4,21 @@
4
# Required
5
version: 2
6
7
+# Set the version of Python and other tools you might need
8
+build:
9
+ os: ubuntu-20.04
10
+ tools:
11
+ python: "3.9"
12
+
13
# Build documentation in the docs/ directory with Sphinx
14
sphinx:
15
configuration: docs/conf.py
16
-
17
# Disabling all unneeded formats (note that HTML and JSON are always built)
18
# See https://docs.readthedocs.io/en/latest/yaml-config.html#formats
19
formats: []
20
21
# Optionally set the version of Python and requirements required to build your docs
22
python:
- version: 3.7
23
install:
24
- requirements: requirements.txt
0 commit comments