Skip to content

Commit e3240cd

Browse files
committed
DOC: Add readthedocs requirements in docs/requirements.txt
- Add readthedocs requirements in docs/requirements.txt
1 parent db863d0 commit e3240cd

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.readthedocs.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,4 @@ python:
3030
version: "3.8"
3131
install:
3232
- requirements: requirements.txt
33-
- method: pip
34-
extra_requirements:
35-
- nbsphinx
36-
- sphinx_gallery
37-
- sphinx_toolbox
33+
- requirements: docs/requirements.txt

docs/requirements.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
nbsphinx
2+
sphinx_gallery
3+
sphinx_toolbox

0 commit comments

Comments
 (0)