Skip to content

Commit

Permalink
DOC: Use latest sphinx to fix bad sphinx/furo interaction
Browse files Browse the repository at this point in the history
Backport niprepsgh-390
  • Loading branch information
effigies committed Oct 4, 2023
1 parent 2b8400d commit 06d29a2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -349,8 +349,7 @@ jobs:
flags: unittests

build_docs:
docker:
- image: python:3.8.5
<<: *python_defaults
working_directory: /tmp/gh-pages
environment:
- FSLOUTPUTTYPE: NIFTI
Expand All @@ -363,8 +362,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 @@ -9,7 +9,7 @@ numpy
packaging
pydot >= 1.2.3
pydotplus
sphinx ~= 4.2
sphinx >= 7.2.2
sphinxcontrib-apidoc
sphinxcontrib-napoleon
templateflow

0 comments on commit 06d29a2

Please sign in to comment.