File tree 2 files changed +22
-3
lines changed
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
2
4
3
- sphinx :
4
- configuration : docs/source/conf.py
5
+ # Required
6
+ version : 2
5
7
8
+ # Set the OS, Python version and other tools you might need
6
9
build :
7
10
os : ubuntu-22.04
8
11
tools :
9
12
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