Skip to content

Commit f438def

Browse files
committed
split documentation requirements into separate file and update doc building config
1 parent 13badf4 commit f438def

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ build:
1919
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
2020
python:
2121
install:
22-
- requirements: requirements.txt
22+
- requirements: docs/requirements.txt
2323

2424
# Build documentation in the "docs/" directory with Sphinx
2525
sphinx:

docs/requirements.txt

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

requirements.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ altair>=3.0
22
coveralls==3.2.0
33
matplotlib>=3.5
44
numpy>=1.14
5-
numpydoc
6-
nbsphinx
75
pytest>=4.6
86
pytest-cov
97
scipy>=1.0

0 commit comments

Comments
 (0)