Skip to content

Commit a078838

Browse files
authored
upgrade the rtd config (#137)
* explicitly add the path to the sphinx config * run on `python=3.12` * require at least `sphinx>=6.0`
1 parent cb1b632 commit a078838

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.readthedocs.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ formats: []
55
build:
66
os: ubuntu-22.04
77
tools:
8-
python: "3.10"
8+
python: "3.12"
99
jobs:
1010
post_checkout:
1111
- (git --no-pager log --pretty="tformat:%s" -1 | grep -vqF "[skip-rtd]") || exit 183
@@ -18,3 +18,4 @@ python:
1818

1919
sphinx:
2020
fail_on_warning: true
21+
configuration: docs/conf.py

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
packaging
2-
sphinx>=3.1
2+
sphinx>=6
33
sphinx_rtd_theme

0 commit comments

Comments
 (0)