Skip to content

Commit

Permalink
factor out requirements from docs
Browse files Browse the repository at this point in the history
  • Loading branch information
yellowbean committed Apr 13, 2024
1 parent 0727151 commit bd58dab
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 1 addition & 4 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,4 @@ sphinx:
python:
install:
- requirements: requirements.txt
- method: pip
path: notebook
- method: pip
path: myst-nb
- requirements: docs/requirements.txt
6 changes: 6 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
sphinx==5.3.0
sphinx_rtd_theme==1.1.1
readthedocs-sphinx-search==0.3.2
sphinxemoji
notebook
myst-nb

0 comments on commit bd58dab

Please sign in to comment.