kai687 / sphinxawesome-theme

Create beautiful and awesome websites with the Sphinx documentation generator.
https://sphinxawesome.xyz
MIT License
107 stars 25 forks source link

show_scrolltop not displaying #1981

Open sachin-suresh-rapyuta opened 3 weeks ago

sachin-suresh-rapyuta commented 3 weeks ago

I added the show_scrolltop, but I do not see any button in my HTML. Is there any other setting?

html_theme_options = {
    "logo_light": "_static/rr-logo-vertical2022-1100px-transp.png",
    "logo_dark": "_static/rr-logo-vertical2022-1100px-whitered-transp.png",
    "show_breadcrumbs": True,
    "show_prev_next": True,
    "show_scrolltop": True,  // Does not work
    "awesome_headerlinks": True
}
kai687 commented 3 weeks ago

Hmmm, thanks for reporting this. That seems to be a bug.