Skip to content

Commit

Permalink
put the theme we actually use as a dependency (#572)
Browse files Browse the repository at this point in the history
  • Loading branch information
drammock authored Aug 13, 2024
1 parent 6c1dad8 commit 204d8ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Download = "https://github.com/mne-tools/mne-nirs"

[project.optional-dependencies]
tests = ["pytest", "pytest-cov"]
docs = ["sphinx", "sphinx-gallery", "sphinx_rtd_theme", "numpydoc", "matplotlib"]
docs = ["sphinx", "sphinx-gallery", "pydata_sphinx_theme", "numpydoc", "matplotlib"]

[tool.hatch.build]
exclude = [
Expand Down

0 comments on commit 204d8ea

Please sign in to comment.