Skip to content

Commit 692f2c6

Browse files
committed
readthedocs fix
1 parent 9ce9fcb commit 692f2c6

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.readthedocs.yaml

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Read the Docs configuration file
2+
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
3+
version: 2
4+
5+
# Build documentation in the docs/ directory with Sphinx
6+
sphinx:
7+
configuration: docs/conf.py
8+
9+
# Optionally build your docs in additional formats such as PDF and ePub
10+
formats: all
11+
12+
python:
13+
version: 3.7
14+
install:
15+
- method: pip
16+
path: .

0 commit comments

Comments
 (0)