File tree Expand file tree Collapse file tree 1 file changed +11
-9
lines changed
Expand file tree Collapse file tree 1 file changed +11
-9
lines changed Original file line number Diff line number Diff line change 1- # .readthedocs.yml
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- # Build documentation in the docs/ directory with Sphinx
7+ # Set the OS, Python version and other tools you might need
8+ build :
9+ os : ubuntu-lts-latest
10+ tools :
11+ python : " 3.13"
12+
13+ # Build documentation in the "docs/" directory with Sphinx
914sphinx :
1015 configuration : docs/source/conf.py
1116
12- # Build documentation with MkDocs
13- # mkdocs:
14- # configuration: mkdocs.yml
15-
1617# Optionally build your docs in additional formats such as PDF and ePub
1718formats : all
1819
19- # Optionally set the version of Python and requirements required to build your docs
20+ # Optional but recommended, declare the Python requirements required
21+ # to build your documentation
22+ # See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
2023python :
21- version : 3.8
2224 install :
2325 - requirements : requirements-docs.txt
You can’t perform that action at this time.
0 commit comments