Skip to content

Commit bd58dab

Browse files
committedApr 13, 2024·
factor out requirements from docs
1 parent 0727151 commit bd58dab

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed
 

‎.readthedocs.yaml

+1-4
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,4 @@ sphinx:
1515
python:
1616
install:
1717
- requirements: requirements.txt
18-
- method: pip
19-
path: notebook
20-
- method: pip
21-
path: myst-nb
18+
- requirements: docs/requirements.txt

‎docs/requirements.txt

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
sphinx==5.3.0
2+
sphinx_rtd_theme==1.1.1
3+
readthedocs-sphinx-search==0.3.2
4+
sphinxemoji
5+
notebook
6+
myst-nb

0 commit comments

Comments
 (0)
Please sign in to comment.