Skip to content

Commit

Permalink
Merge pull request #390 from nipreps/doc/sphinx72
Browse files Browse the repository at this point in the history
DOC: Use latest sphinx to fix bad sphinx/furo interaction
  • Loading branch information
effigies authored Aug 18, 2023
2 parents bd94b09 + a434f18 commit a608927
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
datalad install -r https://gin.g-node.org/nipreps-data/brain-extraction-tests
datalad update --merge -d brain-extraction-tests/
datalad get -r -J 2 -d brain-extraction-tests
- run:
name: Install HCPh fieldmaps
command: |
Expand Down Expand Up @@ -356,8 +356,7 @@ jobs:
flags: unittests

build_docs:
docker:
- image: python:3.8.5
<<: *python_defaults
working_directory: /tmp/gh-pages
environment:
- FSLOUTPUTTYPE: NIFTI
Expand All @@ -370,8 +369,8 @@ jobs:
- run:
name: Install Graphviz
command: |
apt-get update -y
apt-get install -y --no-install-recommends graphviz
sudo apt-get update -y
sudo apt-get install -y --no-install-recommends graphviz
- run:
name: Install deps
command: |
Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ numpy
packaging
pydot >= 1.2.3
pydotplus
sphinx
sphinx >= 7.2.2
sphinxcontrib-apidoc
templateflow

0 comments on commit a608927

Please sign in to comment.