Skip to content

Commit 060b963

Browse files
committed
Build docs on 3.12
The Sphinx error is the same as the flake8 error on Python 3.11. Changing the build version on readthedocs should fix the problem. I also now need to install the package for readthedocs (as I import it in `conf.py` to exclude some symbols). I've added `python.install.path: .` which I hope will do that.
1 parent 6949815 commit 060b963

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.readthedocs.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ version: 2
88
build:
99
os: ubuntu-22.04
1010
tools:
11-
python: "3.11"
11+
python: "3.12"
1212

1313
# Build documentation in the "docs/" directory with Sphinx
1414
sphinx:
@@ -25,3 +25,4 @@ sphinx:
2525
python:
2626
install:
2727
- requirements: dev-requirements.txt
28+
- path: .

0 commit comments

Comments
 (0)