Skip to content

Commit 74b79a6

Browse files
Update rtd conf & fix broken build.
Closes #299
1 parent 0fc6fa9 commit 74b79a6

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

.readthedocs.yml

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

docs/rtd_requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ jsonschema
44
h5py
55
breathe
66
sphinx-issues
7+
sphinx-argparse

0 commit comments

Comments
 (0)