Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ dependencies:
- pytest-xdist
# Python packages needed for building docs
- autodocsumm >=0.2.2
- nbsphinx
- myst-nb
- sphinx >=6.1.3
- pydata-sphinx-theme
# Python packages needed for development
Expand Down
2 changes: 1 addition & 1 deletion environment_osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ dependencies:
- pytest-xdist
# Python packages needed for building docs
- autodocsumm >=0.2.2
- nbsphinx
- myst-nb
- sphinx >=6.1.3
- pydata-sphinx-theme
# Python packages needed for development
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ test = [
]
doc = [
"autodocsumm>=0.2.2",
"nbsphinx",
"myst-nb",
"sphinx>=6.1.3",
"pydata_sphinx_theme",
]
Expand Down