Skip to content

Commit ea104d8

Browse files
committed
ci: add readthedocs config, set to Python 3.8
1 parent dae0232 commit ea104d8

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.readthedocs.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Read the Docs configuration file
2+
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
3+
4+
version: 2
5+
6+
sphinx:
7+
configuration: source/conf.py
8+
9+
python:
10+
version: 3.8
11+
install:
12+
- requirements: requirements.txt

0 commit comments

Comments
 (0)