diff options
| m--------- | notebook | 0 | ||||
| -rw-r--r-- | pyproject.toml | 3 |
2 files changed, 2 insertions, 1 deletions
diff --git a/notebook b/notebook -Subproject 681f1243aa989c6028fdbda03f8b63cf9fa5791 +Subproject d814afb34f044c6ea1486e17a32c8d4691d9b6a diff --git a/pyproject.toml b/pyproject.toml index 5596c27..540a68e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,3 +1,4 @@ + [build-system] requires = ["setuptools>=61.0", "setuptools_scm[toml]>=6.2"] build-backend = "setuptools.build_meta" @@ -65,7 +66,7 @@ "pari" = ["cysignals", "cypari2"] "dev" = ["mypy", "flake8", "interrogate", "pyinstrument", "black", "types-setuptools"] "test" = ["pytest>=7.0.0", "coverage", "pytest-cov", "pytest-sugar", "pytest-mock"] -"doc" = ["sphinx", "sphinx-autodoc-typehints", "nbsphinx", "sphinx-paramlinks", "sphinx_design"] +"doc" = ["sphinx", "sphinx-autodoc-typehints", "nbsphinx", "sphinx-paramlinks", "sphinx_design", "alabaster>=0.7.16"] [tool.setuptools.packages.find] include = ["pyecsca*"] |
