File tree 1 file changed +11
-8
lines changed
1 file changed +11
-8
lines changed Original file line number Diff line number Diff line change 5
5
# Required
6
6
version : 2
7
7
8
+ # Set the OS, Python version and other tools you might need
9
+ build :
10
+ os : ubuntu-22.04
11
+ tools :
12
+ python : " 3.11"
13
+
8
14
# Build documentation in the docs/ directory with Sphinx
9
15
sphinx :
10
16
configuration : docs/conf.py
11
17
12
- # Build documentation with MkDocs
13
- # mkdocs:
14
- # configuration: mkdocs.yml
15
-
16
- # Optionally build your docs in additional formats such as PDF
18
+ # Optionally build your docs in additional formats such as PDF and ePub
17
19
formats :
18
20
- pdf
19
21
20
- # Optionally set the version of Python and requirements required to build your docs
22
+ # Optional but recommended, declare the Python requirements required
23
+ # to build your documentation
24
+ # See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
21
25
python :
22
- version : 3.7
23
26
install :
24
27
- method : pip
25
28
path : .
26
29
extra_requirements :
27
- - docs
30
+ - docs
You can’t perform that action at this time.
0 commit comments