Skip to content

Commit 08b2828

Browse files
committed
Fix config for Read the Docs
1 parent 98a7244 commit 08b2828

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.readthedocs.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
1+
# Read the Docs configuration file
2+
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
13
version: 2
24

5+
build:
6+
os: ubuntu-22.04
7+
tools:
8+
python: "3.8"
9+
310
sphinx:
411
configuration: docs/conf.py
512

613
python:
7-
version: 3.8
814
install:
915
- requirements: docs/requirements.txt

0 commit comments

Comments
 (0)