add doc dependencies

This commit is contained in:
2022-11-14 11:42:47 +01:00
parent ab544c6941
commit 9ad5607003

View File

@@ -35,18 +35,8 @@ classifiers = [
"Programming Language :: Python :: 3.10",
]
[project.optional-dependencies]
dev = [
"black",
"pre-commit",
"flake8",
"mypy",
"pytest",
"pytest-cov",
"sphinx",
"sphinx-gallery",
"sphinx_rtd_theme",
"numpydoc",
]
dev = ["black", "pre-commit", "flake8", "mypy", "pytest", "pytest-cov"]
doc = ["sphinx", "sphinx-gallery", "sphinx_rtd_theme", "numpydoc"]
[project.urls]
Home = "https://github.com/doctorado-ml/bayesclass"
[tool.pytest.ini_options]