Skip to content

Commit 342f3a2

Browse files
committed
.readthedocs.yml: sphinx: configuration: docs/src/conf.py
1 parent 525c847 commit 342f3a2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.readthedocs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: 2
44
build:
55
os: ubuntu-22.04
66
tools:
7-
python: "3.9"
7+
python: "3.12" # sphinx-build: cgi module was removed in 3.13
88

99
formats:
1010
- htmlzip
@@ -15,4 +15,5 @@ python:
1515
- requirements: docs-requirements.txt
1616

1717
sphinx:
18+
configuration: docs/source/conf.py
1819
fail_on_warning: true

0 commit comments

Comments
 (0)