Skip to content

Commit

Permalink
Merge branch 'main' into internal-aroma
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo authored May 11, 2024
2 parents 06a6a25 + f79112b commit cd36291
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ build:
- graphviz
tools:
python: "3.11"
jobs:
post_checkout:
# Fetch full history, but don't fail if we already have it
- git fetch --unshallow || true

sphinx:
configuration: docs/conf.py
Expand Down
16 changes: 16 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,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 cd36291

Please sign in to comment.