Skip to content

Commit ebaba26

Browse files
committed
Try making readthedocs work
1 parent d86b151 commit ebaba26

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.readthedocs.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,16 @@ formats:
55
- htmlzip
66
- epub
77

8+
build:
9+
os: "ubuntu-22.04"
10+
tools:
11+
python: "3.13"
12+
813
python:
9-
version: 3.8
1014
install:
1115
- requirements: docs-requirements.txt
16+
- path: .
1217

1318
sphinx:
1419
fail_on_warning: true
20+
configuration: docs/source/conf.py

0 commit comments

Comments
 (0)