mne-tools / mne-bids

MNE-BIDS is a Python package that allows you to read and write BIDS-compatible datasets with the help of MNE-Python.
https://mne.tools/mne-bids/
BSD 3-Clause "New" or "Revised" License
131 stars 85 forks source link

After switch to hatchling&hatch-vcs: heading in documentation is taking up too much space #1205

Closed sappelhoff closed 9 months ago

sappelhoff commented 9 months ago

see: https://mne.tools/mne-bids/dev/index.html

now:

image


before:

image

hoechenberger commented 9 months ago

I think you need to report this upstream to the theme authors.

sappelhoff commented 9 months ago

cc @drammock what do you think? Reporting at https://github.com/pydata/pydata-sphinx-theme? Or do you know an easy fix off the top of your head?

drammock commented 9 months ago

what is the behavior that you want? do you want the version string truncated? Or more space allocated so that it all fits? Or something else?

sappelhoff commented 9 months ago

I think the default behavior that I would have expected is to allocate more space until some sort of "cap", and then for the version string to be truncated.