File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -6,23 +6,23 @@ version: 2
66
77# Set the OS, Python version and other tools you might need
88build :
9- os : ubuntu-22 .04
9+ os : " ubuntu-24 .04"
1010 tools :
11- python : " 3.12 "
11+ python : " 3.13 "
1212
1313# Build documentation in the "docs/" directory with Sphinx
1414sphinx :
15- configuration : docs/conf.py
15+ configuration : " docs/conf.py"
1616
1717# Optionally build your docs in additional formats such as PDF and ePub
18- formats : all
18+ formats : " all"
1919
2020# Optional but recommended, declare the Python requirements required
2121# to build your documentation
2222# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
2323python :
2424 install :
25- - method : pip
26- path : .
25+ - method : " pip"
26+ path : " . "
2727 extra_requirements :
28- - docs
28+ - " docs"
You can’t perform that action at this time.
0 commit comments