Skip to content

Commit 659bf1d

Browse files
committed
Add readthedocs yaml config
Required by readthedocs now, docs build is failing.
1 parent a620587 commit 659bf1d

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.readthedocs.yaml

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

0 commit comments

Comments
 (0)