We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8c67176 + 99e249b commit 1c2a6b3Copy full SHA for 1c2a6b3
.readthedocs.yaml
@@ -5,6 +5,12 @@
5
# Required
6
version: 2
7
8
+# https://docs.readthedocs.io/en/stable/config-file/v2.html#build-os
9
+build:
10
+ os: ubuntu-22.04
11
+ tools:
12
+ python: "3.8"
13
+
14
# Build documentation in the docs/ directory with Sphinx
15
sphinx:
16
configuration: docs/source/conf.py
@@ -14,6 +20,5 @@ sphinx:
20
21
# Optionally set the version of Python and requirements required to build your docs
22
python:
17
- version: 3.8
18
23
install:
19
- - requirements: docs/.readthedoc.requirements.txt
24
+ - requirements: docs/.readthedoc.requirements.txt
0 commit comments