Skip to content

Commit 9f3fcc8

Browse files
authored
Fixing docs build failing
1 parent ac3118e commit 9f3fcc8

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.readthedocs.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
version: 2
22

3+
build:
4+
os: "ubuntu-22.04"
5+
tools:
6+
python: "3.7"
7+
38
python:
4-
version: 3.7
59
install:
610
- requirements: docs/requirements.txt
11+
12+
sphinx:
13+
configuration: docs/conf.py

0 commit comments

Comments
 (0)