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
31# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
42
5- # Required
63version : 2
74
8- # Build documentation in the docs/ directory with Sphinx
5+ build :
6+ os : ubuntu-22.04
7+ tools :
8+ python : " 3.10"
9+
910sphinx :
1011 configuration : docs/conf.py
1112
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
1713python :
18- version : 3.8
1914 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