From d5a648fcbbae499637014dd4ce90b9cca368f8c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=AD=20Bosch?= Date: Tue, 10 Dec 2024 12:04:50 +0100 Subject: [PATCH] build: added missing myst-nb docs dependency --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 50d6ae9..d68fda4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"]}