Skip to content

Commit d6dc4f1

Browse files
Fix readthedocs config (#314)
The folder is called docs, not doc. Also use 3.12 while I'm here.
1 parent fc461d6 commit d6dc4f1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.readthedocs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ version: 2
66
build:
77
os: ubuntu-22.04
88
tools:
9-
python: "3.11"
9+
python: "3.12"
1010

1111
sphinx:
12-
configuration: docs/conf.py
12+
configuration: doc/conf.py
1313

0 commit comments

Comments
 (0)