diff --git a/doc/_static/style.css b/doc/_static/style.css index 4d0e64b0f..7fafd6d15 100644 --- a/doc/_static/style.css +++ b/doc/_static/style.css @@ -18,3 +18,16 @@ span.option { .prev-next-bottom a.right-next { text-align: right; } + +/* ************************************************* truncate version string */ +div.navbar-item:first-child { + overflow-x: hidden; +} +a.navbar-brand.logo { + flex-shrink: 1; + overflow-x: hidden; +} +p.logo__title { + overflow-x: hidden; + text-overflow: ellipsis; +} diff --git a/doc/whats_new.rst b/doc/whats_new.rst index 543d54cc0..0ab55702b 100644 --- a/doc/whats_new.rst +++ b/doc/whats_new.rst @@ -17,7 +17,7 @@ Version 0.15 (unreleased) The following authors contributed for the first time. Thank you so much! 🤩 -* nobody yet +* `Daniel McCloy`_ The following authors had contributed before. Thank you for sticking around! 🤘 @@ -63,6 +63,8 @@ Detailed list of changes - The package build backend has been switched from ``setuptools`` to ``hatchling``. This only affects users who build and install MNE-BIDS from source, and should not lead to changed runtime behavior, by `Richard Höchenberger`_ (:gh:`1204`) +- Display of the version number on the website is now truncated for over-long version strings, + by `Daniel McCloy`_ (:gh:`1206`) :doc:`Find out what was new in previous releases `