Skip to content

Commit

Permalink
Add documentation dependencies (#22)
Browse files Browse the repository at this point in the history
* Add doc dependencies.

* Update pyproject.toml

* Fix test dependency group name.
  • Loading branch information
tsalo authored May 11, 2024
1 parent cbcf59c commit f79112b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,29 @@ 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",
"pytest-cov",
"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"
Expand Down

0 comments on commit f79112b

Please sign in to comment.