Skip to content

Commit f4e0c9b

Browse files
committed
readthedocs build support
1 parent c9c1fbd commit f4e0c9b

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

.readthedocs.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# ReadTheDocs environment customization to allow us to use conda to install
2+
# libraries which have C dependencies for the doc build. See:
3+
# https://docs.readthedocs.io/en/latest/config-file/v2.html
4+
5+
version: 2
6+
7+
python:
8+
install:
9+
- method: pip
10+
path: .
11+
- requirements: docs/requirements.txt
12+
13+
sphinx:
14+
configuration: docs/conf.py
15+
fail_on_warning: true # http://www.sphinx-doc.org/en/master/man/sphinx-build.html#id6

docs/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
sphinx

0 commit comments

Comments
 (0)