Skip to content

Commit

Permalink
try redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi-Gau committed Sep 27, 2024
1 parent afa0d28 commit c8b5695
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
with:
python-version: '3.12'
- name: Install dependencies
run: pip install jupyter-book
run: pip install jupyter-book sphinxext-rediraffe

# Build the book
- name: Build the book
Expand Down
8 changes: 8 additions & 0 deletions src/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,15 +73,23 @@ repository:
#######################################################################################
# Advanced and power-user settings
sphinx:

extra_extensions:
- sphinxcontrib.bibtex
- IPython.sphinxext.ipython_console_highlighting
- sphinxext.rediraffe

config:
bibtex_bibfiles:
- references.bib

linkcheck_ignore:
- .*/10.1186/s13742-016-0121-x # for some reason, it returns forbidden
- .*/10.1093/gigascience/giy082 # for some reason, it returns forbidden
- https?://brainhack.org/LA # need to fix to "LA2016" in OSF

suppress_warnings:
- myst.domains # domain method not implemented for `cite`

rediraffe_redirects:
contact.md: https://bids-website.readthedocs.io/en/latest/contact/
3 changes: 0 additions & 3 deletions src/contact.md

This file was deleted.

0 comments on commit c8b5695

Please sign in to comment.