Skip to content

Commit 84c4f27

Browse files
committed
Update RTD config
1 parent 1be63d2 commit 84c4f27

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

.readthedocs.yaml

+9-5
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,19 @@
1-
# .readthedocs.yaml
2-
# Read the Docs configuration file
1+
# Read the Docs configuration file for MkDocs projects
32
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
43

54
# Required
65
version: 2
76

7+
# Set the version of Python and other tools you might need
8+
build:
9+
os: ubuntu-20.04
10+
tools:
11+
python: "3.7"
12+
813
mkdocs:
914
configuration: mkdocs.yml
1015

11-
# Optionally set the version of Python and requirements required to build your docs
16+
# Optionally declare the Python requirements required to build your docs
1217
python:
13-
version: "3.7"
1418
install:
15-
- requirements: docs/requirements.txt
19+
- requirements: docs/requirements.txt

0 commit comments

Comments
 (0)