File tree 3 files changed +6
-8
lines changed
3 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -7,17 +7,13 @@ version: 2
7
7
8
8
# Set the version of Python and other tools you might need
9
9
build :
10
- os : ubuntu-20 .04
10
+ os : ubuntu-22 .04
11
11
tools :
12
- python : " 3.9"
13
- # You can also specify other tool versions:
14
- # nodejs: "16"
15
- # rust: "1.55"
16
- # golang: "1.17"
12
+ python : " 3.11"
17
13
18
14
# Build documentation in the docs/ directory with Sphinx
19
15
sphinx :
20
- configuration : docs/source/conf.py
16
+ configuration : docs/source/conf.py
21
17
22
18
# If using Sphinx, optionally build your docs in additional formats such as PDF
23
19
# formats:
@@ -26,4 +22,5 @@ sphinx:
26
22
# Optionally declare the Python requirements required to build your docs
27
23
python :
28
24
install :
25
+ - requirements : requirements.txt
29
26
- requirements : docs/requirements.txt
Original file line number Diff line number Diff line change 1
- six
1
+ sphinx-rtd-theme
Original file line number Diff line number Diff line change
1
+ six
You can’t perform that action at this time.
0 commit comments