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.
1 parent b5ce482 commit c0865caCopy full SHA for c0865ca
docs/requirements.txt
@@ -0,0 +1,2 @@
1
+sphinx-autoapi
2
+sphinx-rtd-theme
pyproject.toml
@@ -28,7 +28,7 @@ pytest-cov = "^2.10.0"
28
numpy = "^1.19.0"
29
jsonschema = "^3.2.0"
30
pylint = "^2.5.3"
31
-Sphinx = "^3.1.2"
+sphinx = "^3.1.2"
32
sphinx-autoapi = "^1.4.0"
33
sphinx-rtd-theme = "^0.5.0"
34
readthedocs.yaml
@@ -7,3 +7,5 @@ sphinx:
7
python:
8
version: 3.7
9
pip_install: true
10
+ install:
11
+ - requirements: docs/requirements.txt
0 commit comments