pydata / pydata-sphinx-theme

A clean, three-column Sphinx theme with Bootstrap for the PyData community
https://pydata-sphinx-theme.readthedocs.io
BSD 3-Clause "New" or "Revised" License
557 stars 299 forks source link

No announcement banner anymore #1817

Closed dbitouze closed 1 month ago

dbitouze commented 1 month ago

With PST 15.3rc1, no announcement banner anymore, despite:

html_theme_options = {
    ...
    "announcement": "Nouvelle version de la FAQ LaTeX GUTenberg !",
    ...
}

in conf.py. Capture d'écran 2024-05-16 22:25:35

It used to work, e.g. with PST 0.14.4.

melissawm commented 1 month ago

OOps - probably my fault in #1703 ? I'll take a look

melissawm commented 1 month ago

Actually it's some new javascript that was only added to the remote option of the announcement banner, I'll submit a PR soon for a fix. Thanks @dbitouze !