File tree Expand file tree Collapse file tree 1 file changed +11
-12
lines changed
Expand file tree Collapse file tree 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
32# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
43
54# Required
65version : 2
76
8- # Set the version of Python and other tools you might need
7+ # Set the OS, Python version and other tools you might need
98build :
10- os : ubuntu-20 .04
9+ os : ubuntu-22 .04
1110 tools :
12- python : " 3.9 "
11+ python : " 3.12 "
1312
14- # Build documentation in the docs/ directory with Sphinx
13+ # Build documentation in the " docs/" directory with Sphinx
1514sphinx :
16- configuration : docs/conf.py
15+ configuration : docs/conf.py
1716
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
1918formats :
20- - pdf
19+ - pdf
20+ - epub
2121
22- # Optionally declare the Python requirements required to build your docs
2322python :
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