Skip to content

Commit

Permalink
build: added missing myst-nb docs dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
martibosch committed Dec 10, 2024
1 parent 80c2228 commit d5a648f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ Repository = "https://github.com/martibosch/pylandstats"
[project.optional-dependencies]
test = ["coverage[toml]", "pytest", "pytest-cov", "ruff"]
dev = ["build", "commitizen", "nox", "pre-commit", "pip", "toml", "twine"]
doc = ["m2r2", "pydata-sphinx-theme", "sphinx"]

doc = ["m2r2", "myst-nb", "pydata-sphinx-theme", "sphinx"]
# [tool.setuptools]
# ext-modules = [
# {name="adjacency", sources=["pylandstats/adjacency.pyx"]}
Expand Down

0 comments on commit d5a648f

Please sign in to comment.