File tree Expand file tree Collapse file tree 3 files changed +6
-8
lines changed Expand file tree Collapse file tree 3 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -7,17 +7,13 @@ version: 2
77
88# Set the version of Python and other tools you might need
99build :
10- os : ubuntu-20 .04
10+ os : ubuntu-22 .04
1111 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"
1713
1814# Build documentation in the docs/ directory with Sphinx
1915sphinx :
20- configuration : docs/source/conf.py
16+ configuration : docs/source/conf.py
2117
2218# If using Sphinx, optionally build your docs in additional formats such as PDF
2319# formats:
@@ -26,4 +22,5 @@ sphinx:
2622# Optionally declare the Python requirements required to build your docs
2723python :
2824 install :
25+ - requirements : requirements.txt
2926 - 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