Skip to content

Commit

Permalink
FIX: Log
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Jul 19, 2024
1 parent 4b676cb commit 9848208
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
name: Check sphinx log for warnings (which are treated as errors)
when: always
command: |
! grep "^.* WARNING: .*$" sphinx_log.txt
! grep "^.*WARNING: .*$" sphinx_log.txt
- persist_to_workspace:
root: doc/_build
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ test = ["mne_bids[full]", "pytest >= 8", "pytest-cov", "pytest-sugar", "ruff"]
doc = [
"nilearn",
# TODO: Remove pin once https://github.com/sphinx-doc/sphinx/issues/12589 is fixed
"sphinx!=7.4",
"sphinx!=7.4.6,!=7.4.5,!=7.4.4,!=7.4.3,!=7.4.2,!=7.4.1,!=7.4.0",
"sphinx_gallery",
"sphinx-copybutton",
"pydata-sphinx-theme",
Expand Down

0 comments on commit 9848208

Please sign in to comment.