Skip to content

Commit c0865ca

Browse files
committed
Added requirements.txt for RTD
1 parent b5ce482 commit c0865ca

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

docs/requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
sphinx-autoapi
2+
sphinx-rtd-theme

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ pytest-cov = "^2.10.0"
2828
numpy = "^1.19.0"
2929
jsonschema = "^3.2.0"
3030
pylint = "^2.5.3"
31-
Sphinx = "^3.1.2"
31+
sphinx = "^3.1.2"
3232
sphinx-autoapi = "^1.4.0"
3333
sphinx-rtd-theme = "^0.5.0"
3434

readthedocs.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@ sphinx:
77
python:
88
version: 3.7
99
pip_install: true
10+
install:
11+
- requirements: docs/requirements.txt

0 commit comments

Comments
 (0)