File tree Expand file tree Collapse file tree 2 files changed +22
-3
lines changed Expand file tree Collapse file tree 2 files changed +22
-3
lines changed Original file line number Diff line number Diff line change 1- version : 2
1+ # .readthedocs.yaml
2+ # Read the Docs configuration file
3+ # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
24
3- sphinx :
4- configuration : docs/source/conf.py
5+ # Required
6+ version : 2
57
8+ # Set the OS, Python version and other tools you might need
69build :
710 os : ubuntu-22.04
811 tools :
912 python : " 3.11"
13+
14+ # Build documentation in the "docs/" directory with Sphinx
15+ sphinx :
16+ configuration : docs/source/conf.py
17+
18+ # Optionally build your docs in additional formats such as PDF and ePub
19+ formats :
20+ - pdf
21+ - epub
22+
23+ # Optional but recommended, declare the Python requirements required
24+ # to build your documentation
25+ python :
26+ install :
27+ - requirements : docs/requirements.txt
Original file line number Diff line number Diff line change 1+ sphinx-rtd-theme
You can’t perform that action at this time.
0 commit comments