Skip to content

Commit

Permalink
MNT: Depend on newer sphinx (#3067)
Browse files Browse the repository at this point in the history
* Depend on Sphinx >= 5
* Add apt requirement for graphviz, to restore workflow graphs
* Build with Python 3.11, because why not?
* Remove unused references producing warnings
  • Loading branch information
effigies committed Aug 8, 2023
1 parent d6f453e commit 0998c5f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 11 deletions.
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

0 comments on commit 0998c5f

Please sign in to comment.