Skip to content

Commit 844910b

Browse files
committed
Update Read the Docs config to fix build
1 parent 337b2f0 commit 844910b

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.readthedocs.yml

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,19 @@
1+
# Read the Docs configuration file
2+
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
3+
# Project page: https://readthedocs.org/projects/installer/
4+
15
version: 2
26

37
sphinx:
48
builder: htmldir
59
configuration: docs/conf.py
610

11+
build:
12+
os: ubuntu-22.04
13+
tools:
14+
python: "3"
15+
716
python:
8-
version: 3.8
917
install:
1018
- requirements: docs/requirements.txt
1119
- method: pip

0 commit comments

Comments
 (0)