File tree Expand file tree Collapse file tree 1 file changed +14
-11
lines changed Expand file tree Collapse file tree 1 file changed +14
-11
lines changed Original file line number Diff line number Diff line change 1+ # .readthedocs.yaml
12# Read the Docs configuration file
23# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
34
45# Required
56version : 2
67
7- # Set the OS, Python version, and other tools you might need
8- build :
9- os : ubuntu-24.04
10- tools :
11- python : " 3.13"
12-
13- # Build documentation in the "docs/" directory with Sphinx
8+ # Build documentation in the doc/ directory with Sphinx
149sphinx :
10+ builder : dirhtml
1511 configuration : docs/source/conf.py
12+ fail_on_warning : true
1613
17- # Optionally, but recommended,
18- # declare the Python requirements required to build your documentation
19- # See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
14+ # Set the version of Python and requirements required to build the docs.
2015python :
2116 install :
22- - requirements : docs/requirements.txt
17+ - method : pip
18+ path : .
19+ extra_requirements :
20+ - docs
21+
22+ build :
23+ os : ubuntu-lts-latest
24+ tools :
25+ python : " 3.13"
You can’t perform that action at this time.
0 commit comments