Skip to content

Commit 2825e4d

Browse files
fix python version in read the docs config
1 parent 4a2af07 commit 2825e4d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.readthedocs.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ build:
1010
- just _cog
1111
os: ubuntu-22.04
1212
tools:
13-
python: "3.13"
13+
python: "3.12"
1414

1515
sphinx:
16-
configuration: docs/conf.py
16+
configuration: docs/conf.py
1717

1818
formats:
19-
- pdf
20-
- epub
19+
- pdf
20+
- epub
2121

2222
python:
2323
install:

0 commit comments

Comments
 (0)