Skip to content

Commit

Permalink
Move direct dependency outside pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
BillHuang2001 committed Jan 20, 2025
1 parent f3ba6ef commit 4e36234
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ python:
path: .
extra_requirements:
- docs
- requirements: extra-build-requirements.txt
1 change: 1 addition & 0 deletions extra-build-requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
myst-nb @ git+https://github.com/executablebooks/MyST-NB.git
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@ docs = [
"sphinx-book-theme > 1.0",
"sphinx-autodoc2",
"sphinx",
# Use the nightly version of MyST-NB, https://github.com/executablebooks/MyST-NB/pull/600
"myst-nb @ git+https://github.com/executablebooks/MyST-NB.git",
# Use the nightly version of MyST-NB (in extra-build-requirements.txt), https://github.com/executablebooks/MyST-NB/pull/600
"nbsphinx",
"myst-parser[linkify]",
"sphinx_copybutton",
Expand Down

0 comments on commit 4e36234

Please sign in to comment.