Skip to content

Commit a8a85e7

Browse files
committed
build(.readthedocs.yaml): Whoops, needed to add a build parameter.
1 parent b1058e4 commit a8a85e7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.readthedocs.yaml

+5-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
# Required
66
version: 2
77

8+
build:
9+
os: ubuntu-lts-latest
10+
tools:
11+
python: "3.9"
12+
813
# Build documentation in the docs/ directory with Sphinx
914
sphinx:
1015
configuration: docs/conf.py
@@ -14,7 +19,6 @@ formats: all
1419

1520
# Optionally set the version of Python and requirements required to build your docs
1621
python:
17-
version: 3.9
1822
install:
1923
- requirements: docs/requirements.txt
2024

0 commit comments

Comments
 (0)