File tree Expand file tree Collapse file tree 1 file changed +9
-18
lines changed Expand file tree Collapse file tree 1 file changed +9
-18
lines changed Original file line number Diff line number Diff line change 1
- # .readthedocs.yml
2
- # Read the Docs configuration file
3
1
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
4
2
5
- # Required
6
3
version : 2
7
4
8
- # Build documentation in the docs/ directory with Sphinx
5
+ build :
6
+ os : ubuntu-22.04
7
+ tools :
8
+ python : " 3.10"
9
+
9
10
sphinx :
10
11
configuration : docs/conf.py
11
12
12
- # Optionally build your docs in additional formats such as PDF and ePub
13
- formats :
14
- - htmlzip
15
-
16
- # Optionally set the version of Python and requirements required to build your docs
17
13
python :
18
- version : 3.8
19
14
install :
20
- - method : pip
21
- path : .
22
- extra_requirements :
23
- - docs
24
-
25
- submodules :
26
- include : all
27
- recursive : true
15
+ - method : pip
16
+ path : .
17
+ extra_requirements :
18
+ - docs
You can’t perform that action at this time.
0 commit comments