Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MNT: Depend on newer sphinx #3067

Merged
merged 3 commits into from
Aug 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 4 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ version: 2
build:
os: ubuntu-22.04
tools:
python: "3.10"
python: "3.11"
apt_packages:
- graphviz
jobs:
post_checkout:
- git fetch --unshallow
Expand All @@ -14,3 +16,4 @@ python:
- path: .
extra_requirements:
- doc
- path: wrapper/
9 changes: 0 additions & 9 deletions docs/outputs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -628,19 +628,10 @@ the following invocation::
A multi-modal parcellation of human cerebral cortex. Nature. 2016.
doi:`10.1038/nature18933 <https://doi.org/10.1038/nature18933>`_

.. [Hallquist2013] Hallquist MN, Hwang K, Luna B. The Nuisance of Nuisance Regression.
NeuroImage. 2013. doi:`10.1016/j.neuroimage.2013.05.116
<https://doi.org/10.1016/j.neuroimage.2013.05.116>`_

.. [Jenkinson2002] Jenkinson M, Bannister P, Brady M, Smith S. Improved optimization for the
robust and accurate linear registration and motion correction of brain images. Neuroimage.
2002. doi:`10.1016/s1053-8119(02)91132-8 <https://doi.org/10.1016/s1053-8119(02)91132-8>`__.

.. [Lindquist2019] Lindquist, MA, Geuter, S, and Wager, TD, Caffo, BS,
Modular preprocessing pipelines can reintroduce artifacts into fMRI data.
Human Brain Mapping. 2019. doi: `10.1002/hbm.24528
<https://doi.org/10.1002/hbm.24528>`_

.. [Muschelli2014] Muschelli J, Nebel MB, Caffo BS, Barber AD, Pekar JJ, Mostofsky SH,
Reduction of motion-related artifacts in resting state fMRI using aCompCor. NeuroImage. 2014.
doi:`10.1016/j.neuroimage.2014.03.028 <http://doi.org/10.1016/j.neuroimage.2014.03.028>`_
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ NiPreps = "https://www.nipreps.org/"
[project.optional-dependencies]
doc = [
"pydot >= 1.2.3",
"sphinx >= 1.8",
"sphinx >= 5",
"sphinx-argparse",
"sphinx_rtd_theme>=0.5.2",
]
Expand Down