Skip to content

Commit a608927

Browse files
authored
Merge pull request #390 from nipreps/doc/sphinx72
DOC: Use latest sphinx to fix bad sphinx/furo interaction
2 parents bd94b09 + a434f18 commit a608927

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.circleci/config.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
datalad install -r https://gin.g-node.org/nipreps-data/brain-extraction-tests
124124
datalad update --merge -d brain-extraction-tests/
125125
datalad get -r -J 2 -d brain-extraction-tests
126-
126+
127127
- run:
128128
name: Install HCPh fieldmaps
129129
command: |
@@ -356,8 +356,7 @@ jobs:
356356
flags: unittests
357357

358358
build_docs:
359-
docker:
360-
- image: python:3.8.5
359+
<<: *python_defaults
361360
working_directory: /tmp/gh-pages
362361
environment:
363362
- FSLOUTPUTTYPE: NIFTI
@@ -370,8 +369,8 @@ jobs:
370369
- run:
371370
name: Install Graphviz
372371
command: |
373-
apt-get update -y
374-
apt-get install -y --no-install-recommends graphviz
372+
sudo apt-get update -y
373+
sudo apt-get install -y --no-install-recommends graphviz
375374
- run:
376375
name: Install deps
377376
command: |

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ numpy
1010
packaging
1111
pydot >= 1.2.3
1212
pydotplus
13-
sphinx
13+
sphinx >= 7.2.2
1414
sphinxcontrib-apidoc
1515
templateflow

0 commit comments

Comments
 (0)