Skip to content

Commit

Permalink
fix changelog and path to logo
Browse files Browse the repository at this point in the history
  • Loading branch information
mscheltienne committed Nov 8, 2023
1 parent 54bd1e5 commit 137a710
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
{
Expand Down
2 changes: 1 addition & 1 deletion docs/source/dev/changes/0.4.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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`_)

0 comments on commit 137a710

Please sign in to comment.