diff --git a/pyproject.toml b/pyproject.toml index 8fb6ef0..41e8e63 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,6 +30,19 @@ dependencies = [ dynamic = ["version"] [project.optional-dependencies] +doc = [ + "doctest-ignore-unicode", + "pydot >=1.2.3", + "pydotplus", + "recommonmark", + "sphinx >= 4.2.0", + "sphinx-argparse", + "sphinx-markdown-tables", + "sphinx_rtd_theme", + "sphinxcontrib-apidoc", + "sphinxcontrib-bibtex", + "svgutils", +] test = [ "coverage", "pytest", @@ -37,6 +50,9 @@ test = [ "pytest-env", ] +# Aliases +all = ["fmripost_aroma[doc,test]"] + [project.urls] Documentation = "https://github.com/nipreps/fmripost-aroma#readme" Issues = "https://github.com/nipreps/fmripost-aroma/issues"