diff --git a/docs/changelog.rst b/docs/changelog.rst index 0042da9..2d32131 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -10,7 +10,7 @@ Here we list a changelog of pybv. .. contents:: Contents :local: - :depth: 2 + :depth: 1 Current ======= @@ -30,6 +30,7 @@ Changelog Authors ~~~~~~~ - `Clemens Brunner`_ +- `Stefan Appelhoff`_ 0.1.0 ===== diff --git a/docs/conf.py b/docs/conf.py index 265e34b..1b8841a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -59,6 +59,7 @@ # When functions from other packages are mentioned, link to them intersphinx_mapping = { 'python': ('https://docs.python.org/3', None), - 'mne': ('http://mne-tools.github.io/stable/', None), + 'mne': ('http://mne.tools/dev/', None), 'numpy': ('https://www.numpy.org/devdocs', None), } +intersphinx_timeout = 5