Skip to content

Commit e40e592

Browse files
authored
MRG, MAINT: bump sphinxcontrib-bitex version (#8653)
* bump sphinxcontrib-bitex version * fix conf * fix footcite missing colon
1 parent 52c4fff commit e40e592

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

doc/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@
6969
'sphinx_bootstrap_theme',
7070
'sphinx_bootstrap_divs',
7171
'sphinxcontrib.bibtex',
72-
'sphinxcontrib.bibtex2',
7372
]
7473

7574
linkcheck_ignore = [

examples/preprocessing/plot_eeg_csd.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
=====================================================
55
66
This script shows an example of how to use CSD
7-
:footcite`PerrinEtAl1987,PerrinEtAl1989,Cohen2014,KayserTenke2015`.
7+
:footcite:`PerrinEtAl1987,PerrinEtAl1989,Cohen2014,KayserTenke2015`.
88
CSD takes the spatial Laplacian of the sensor signal (derivative in both
99
x and y). It does what a planar gradiometer does in MEG. Computing these
1010
spatial derivatives reduces point spread. CSD transformed data have a sharper

requirements_doc.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ https://github.com/numpy/numpydoc/archive/master.zip
33
sphinx_fontawesome
44
sphinx_bootstrap_theme
55
https://github.com/sphinx-gallery/sphinx-gallery/archive/master.zip
6-
https://github.com/mcmtroffaes/sphinxcontrib-bibtex/archive/29694f215b39d64a31b845aafd9ff2ae9329494f.zip
6+
sphinxcontrib-bibtex>=2.0.0
77
memory_profiler
88
neo
99
seaborn

0 commit comments

Comments
 (0)