We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b89ca8 commit fc43d65Copy full SHA for fc43d65
.readthedocs.yml
@@ -4,6 +4,12 @@
4
# Required
5
version: 2
6
7
+# Set the OS, Python version and other tools you might need
8
+build:
9
+ os: ubuntu-22.04
10
+ tools:
11
+ python: "3.10"
12
+
13
# Build documentation in the docs/ directory with Sphinx
14
sphinx:
15
configuration: doc/conf.py
@@ -12,9 +18,10 @@ sphinx:
18
formats:
19
- htmlzip
20
-# Optionally set the version of Python and requirements required to build your docs
21
+# Optional but recommended, declare the Python requirements required
22
+# to build your documentation
23
+# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
16
24
python:
17
- version: 3.7
25
install:
26
- requirements: doc/requirements.txt
27
- method: pip
0 commit comments