Skip to content

Commit 2fc2420

Browse files
committed
Add config file for docs build
1 parent b2eb3ee commit 2fc2420

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.readthedocs.yml

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

0 commit comments

Comments
 (0)