-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MRG, DOC: Bump theme version #9036
Conversation
The "sidebar fix" from ff23d41 could use a little margin at the bottom: The padding is also different between top and bottom. Also wondering if offering to make this box collapsible could be a good idea? |
How about: .sidebar {
background-color: rgba(var(--pst-color-info)), 0.1);
border: 1px solid rgb(var(--pst-color-info)));
border-radius: 4px;
padding: 1em 1em 0 1em;
margin-bottom: 2rem;
width: 90%;
} ? |
hmm, circle build is not matching what I saw locally @hoechenberger. I'm not surprised you had complaints about it :) I'll see what went wrong. |
OK well, I am stumped. the |
turns out that |
CI failures are LGTM's "cannot build merge commit" snafu, and a failure of Ready for review/merge |
thx @drammock |
* upstream/main: (135 commits) DOC: use bibtex in plot_source_power_spectrum_opm.py (mne-tools#8906) (mne-tools#9050) DOC: use bibtex in plot_sleep (mne-tools#9044) FIX: fix sideways helmet plot (mne-tools#9059) FIX: bibtex mne-tools#8933 (mne-tools#9047) Fix bibtex citation issue mne-tools#8929. (mne-tools#9051) bibtex fix plot_time_frequency_global_field_power (mne-tools#9052) Fixed bibtex references in plot_background_statistics (mne-tools#9046) Bibtex raw py (mne-tools#9048) DOC update footcite maxwell.py (mne-tools#9043) update footcite [skip github] [skip azp] (mne-tools#9054) Adding bibtex in plot_otp (mne-tools#9049) fix bibtex plot_evoked_whitening (mne-tools#9042) MAINT: Link earlier [skip github] [skip azp] (mne-tools#9041) DOC: convert references in plot_parcellation to use footcite (mne-tools#9032) MAINT: Fix circle (mne-tools#9039) ENH: Allow adding custom JavaScript to Report (mne-tools#9037) MRG, DOC: Bump theme version (mne-tools#9036) MAINT: Simplify expression (followup to mne-tools#9015) (mne-tools#9035) MRG, MAINT: Cleaner split, fewer skips in _brain tests (mne-tools#9029) MRG, ENH: viz.plot_drop_log() gains special-handling for subject=None (mne-tools#9015) ...
a few recent changes to
pydata-sphinx-theme
allow us to simplify things on our end:doc/_templates/docs-navbar.html
Other changes:
--pst-