File tree 1 file changed +11
-12
lines changed
1 file changed +11
-12
lines changed Original file line number Diff line number Diff line change 1
- # .readthedocs.yaml
2
- # Read the Docs configuration file
1
+ # Read the Docs configuration file for Sphinx projects
3
2
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
4
3
5
4
# Required
6
5
version : 2
7
6
8
- # Set the version of Python and other tools you might need
7
+ # Set the OS, Python version and other tools you might need
9
8
build :
10
- os : ubuntu-20 .04
9
+ os : ubuntu-22 .04
11
10
tools :
12
- python : " 3.9 "
11
+ python : " 3.12 "
13
12
14
- # Build documentation in the docs/ directory with Sphinx
13
+ # Build documentation in the " docs/" directory with Sphinx
15
14
sphinx :
16
- configuration : docs/conf.py
15
+ configuration : docs/conf.py
17
16
18
- # If using Sphinx, optionally build your docs in additional formats such as PDF
17
+ # Optionally build your docs in additional formats such as PDF and ePub
19
18
formats :
20
- - pdf
19
+ - pdf
20
+ - epub
21
21
22
- # Optionally declare the Python requirements required to build your docs
23
22
python :
24
- install :
25
- - requirements : docs/requirements.txt
23
+ install :
24
+ - requirements : docs/requirements.txt
You can’t perform that action at this time.
0 commit comments