Skip to content

Commit d1f8be8

Browse files
committed
update readthedocs config
1 parent ec068f2 commit d1f8be8

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.readthedocs.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
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+
# Optionally build your docs in additional formats such as PDF and ePub
13+
formats: all
14+
115
python:
216
install:
317
- method: pip

0 commit comments

Comments
 (0)