diff --git a/docs/source/conf.py b/docs/source/conf.py index 6a195c40..264a9043 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -79,8 +79,8 @@ html_theme = "pydata_sphinx_theme" html_theme_options = { "logo": { - "image_light": "../_static/logos/Pycrostates_logo_black.png", - "image_dark": "../_static/logos/Pycrostates_logo_white.png", + "image_light": "./_static/logos/Pycrostates_logo_black.png", + "image_dark": "./_static/logos/Pycrostates_logo_white.png", }, "icon_links": [ { diff --git a/docs/source/dev/changes/0.4.0.rst b/docs/source/dev/changes/0.4.0.rst index bee5f9aa..3f2cc9aa 100644 --- a/docs/source/dev/changes/0.4.0.rst +++ b/docs/source/dev/changes/0.4.0.rst @@ -23,4 +23,4 @@ Current 0.4.0 ------------- - Compatibility with ``MNE`` 1.6 and above (:pr:`120` and :pr:`124` by `Mathieu Scheltienne`_) -. Add ``show_gradient`` argument (:pr:`111` by `Victor Férat`_) +- Add ``show_gradient`` argument (:pr:`111` by `Victor Férat`_)