File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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- # Required
61version : 2
72
8- # Set the version of Python and other tools you might need
93build :
10- os : ubuntu-22.04
4+ os : ubuntu-22.04
115 tools :
126 python : " 3.11"
7+ jobs :
8+ build :
9+ html :
10+ - cd docs && make html
11+ - mkdir -p $READTHEDOCS_OUTPUT/html/
12+ - cp -r docs/build/html/. $READTHEDOCS_OUTPUT/html/
1313
14- # Build documentation in the docs/ directory with Sphinx
1514sphinx :
16- configuration : docs/source/conf.py
17-
18- # If using Sphinx, optionally build your docs in additional formats such as PDF
19- # formats:
20- # - pdf
15+ configuration : docs/source/conf.py
2116
22- # Optionally declare the Python requirements required to build your docs
2317python :
24- install :
25- - requirements : docs/requirements.txt
18+ install :
19+ - method : pip
20+ path : .
21+ - requirements : docs/requirements.txt
You can’t perform that action at this time.
0 commit comments