Skip to content

Commit 59749aa

Browse files
committed
fix: update a deprecated config key so tests can run properly again
1 parent 2b5e5b1 commit 59749aa

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.readthedocs.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,16 @@
44

55
# Required
66
version: 2
7+
build:
8+
os: ubuntu-22.04
9+
tools:
10+
python: "3.8"
711

812
# Build documentation in the docs/ directory with Sphinx
913
sphinx:
1014
configuration: docs/source/conf.py
1115
fail_on_warning: true
1216

1317
python:
14-
version: 3.8
1518
install:
1619
- requirements: requirements/doc.txt

0 commit comments

Comments
 (0)