File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 1
- # .readthedocs.yaml
2
- # Read the Docs configuration file
3
- # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
4
-
5
1
# Required
6
2
version : 2
7
3
8
4
# Set the OS, Python version and other tools you might need
9
5
build :
10
6
os : ubuntu-22.04
11
7
tools :
12
- python : " 3.12 "
8
+ python : " 3.11 "
13
9
# You can also specify other tool versions:
14
10
# nodejs: "19"
15
11
# rust: "1.64"
@@ -27,6 +23,6 @@ sphinx:
27
23
# Optional but recommended, declare the Python requirements required
28
24
# to build your documentation
29
25
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
30
- # python:
31
- # install:
32
- # - requirements: docs/requirements.txt
26
+ python :
27
+ install :
28
+ - requirements : docs/requirements.txt
Original file line number Diff line number Diff line change
1
+ sphinx-rtd-theme == 1.3.0
2
+ sphinx >= 7.0.1
You can’t perform that action at this time.
0 commit comments