Skip to content

Commit 1c02ba0

Browse files
authored
Set up for ReadTheDocs (#65)
Update RTD config. Closes #8.
1 parent 02eb081 commit 1c02ba0

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

.readthedocs.yaml

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
1-
# .readthedocs.yaml (version 2)
2-
version: 2
1+
# .readthedocs.yml
2+
# Read the Docs configuration file
3+
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
34

4-
build:
5-
environment:
6-
GITHUB_API_TOKEN: ${GITHUB_API_TOKEN}
5+
version: 2
76

87
sphinx:
9-
configuration: docs/conf.py
8+
builder: html
9+
configuration: doc/conf.py
10+
fail_on_warning: True
1011

11-
python:
12-
version: 3.8
13-
install:
14-
- requirements: docs/requirements.txt
12+
build:
13+
os: "ubuntu-22.04"
14+
tools:
15+
python: "3.12"

0 commit comments

Comments
 (0)