Skip to content

Commit 6bc4939

Browse files
committed
Fix Read the Docs build
1 parent 6ab884d commit 6bc4939

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.readthedocs.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,12 @@
22
version: 2
33

44
build:
5-
os: ubuntu-24.04
5+
os: ubuntu-22.04
66
tools:
7-
python: "3.13"
7+
python: "3.8"
8+
9+
sphinx:
10+
configuration: docs/source/conf.py
811

912
formats:
1013
- htmlzip

0 commit comments

Comments
 (0)