We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0fc6fa9 + 74b79a6 commit 52bce77Copy full SHA for 52bce77
.readthedocs.yml
@@ -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
@@ -4,3 +4,4 @@ jsonschema
h5py
breathe
sphinx-issues
+sphinx-argparse
0 commit comments