We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb1b632 commit a078838Copy full SHA for a078838
.readthedocs.yaml
@@ -5,7 +5,7 @@ formats: []
5
build:
6
os: ubuntu-22.04
7
tools:
8
- python: "3.10"
+ python: "3.12"
9
jobs:
10
post_checkout:
11
- (git --no-pager log --pretty="tformat:%s" -1 | grep -vqF "[skip-rtd]") || exit 183
@@ -18,3 +18,4 @@ python:
18
19
sphinx:
20
fail_on_warning: true
21
+ configuration: docs/conf.py
docs/requirements.txt
@@ -1,3 +1,3 @@
1
packaging
2
-sphinx>=3.1
+sphinx>=6
3
sphinx_rtd_theme
0 commit comments