Skip to content

Commit 71f683c

Browse files
committed
build: add readthedocs config
1 parent af004ac commit 71f683c

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.readthedocs.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# .readthedocs.yml
2+
# Read the Docs configuration file
3+
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
4+
5+
# Required
6+
version: 2
7+
8+
# Build documentation in the docs/ directory with Sphinx
9+
sphinx:
10+
configuration: docs/conf.py
11+
12+
build:
13+
os: ubuntu-22.04
14+
tools:
15+
python: "3.8"
16+
17+
python:
18+
install:
19+
- requirements: requirements/doc.txt

0 commit comments

Comments
 (0)