We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cce03a commit 3de1ba3Copy full SHA for 3de1ba3
.readthedocs.yaml
@@ -10,10 +10,14 @@ formats: all
10
11
# Set the version of Python and other tools you might need
12
build:
13
- os: ubuntu-22.04
+ os: ubuntu-24.04
14
tools:
15
- python: "3.11"
+ python: "3.12"
16
17
# Build documentation in the docs/ directory with Sphinx
18
sphinx:
19
configuration: docs/conf.py
20
+
21
+python:
22
+ install:
23
+ - requirements: docs/requirements.txt
docs/requirements.txt
@@ -0,0 +1,2 @@
1
+sphinx
2
+sphinx_rtd_theme
0 commit comments