Skip to content

Commit 72faa3c

Browse files
authored
remove trailing slash from pybv base URL [ci skip] (#12892)
1 parent 06050bc commit 72faa3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@
166166
"mne-gui-addons": ("https://mne.tools/mne-gui-addons", None),
167167
"picard": ("https://pierreablin.github.io/picard/", None),
168168
"eeglabio": ("https://eeglabio.readthedocs.io/en/latest", None),
169-
"pybv": ("https://pybv.readthedocs.io/en/latest/", None),
169+
"pybv": ("https://pybv.readthedocs.io/en/latest", None),
170170
}
171171
intersphinx_mapping.update(
172172
get_intersphinx_mapping(

0 commit comments

Comments
 (0)