File tree Expand file tree Collapse file tree 1 file changed +43
-0
lines changed
Expand file tree Collapse file tree 1 file changed +43
-0
lines changed Original file line number Diff line number Diff line change 1+ # Read the Docs configuration file for Sphinx projects
2+ # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
3+
4+ # Required
5+ version : 2
6+
7+
8+ # Set the OS, Python version and other tools you might need
9+ build :
10+ os : ubuntu-lts-latest
11+
12+ tools :
13+ python : " latest"
14+
15+ # You can also specify other tool versions:
16+ # nodejs: "20"
17+ # rust: "1.70"
18+ # golang: "1.20"
19+
20+
21+ # Build documentation in the "docs/" directory with Sphinx
22+
23+ sphinx :
24+ configuration : docs/source/conf.py
25+
26+ # You can configure Sphinx to use a different builder, for instance use the dirhtml builder for simpler URLs
27+ # builder: "dirhtml"
28+ # Fail on all warnings to avoid broken references
29+ # fail_on_warning: true
30+
31+
32+ # Optionally build your docs in additional formats such as PDF and ePub
33+ formats :
34+ - pdf
35+ - epub
36+
37+
38+ # Optional but recommended, declare the Python requirements required
39+ # to build your documentation
40+ # See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
41+ python :
42+ install :
43+ - requirements : docs/source/requirements.txt
You can’t perform that action at this time.
0 commit comments