You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
EDIT: If I set the theme with html_theme = 'sphinx_rtd_theme' it works. But isn't this the default theme on RTD? Is there way to get this working without setting the html_theme option?
The text was updated successfully, but these errors were encountered:
The Aluminum name was displaying twice in the documentation (once in the logo and once in the above label). This change should fix the issue, according to readthedocs/sphinx_rtd_theme#341 .
I've enabled the option
logo_only
like this in myconf.py
:html_theme_options = { 'logo_only': True }
The logo is showing on RTD, but also the title with the small house icon. (see here → http://docs.linuxmuster.net/en/latest/)
What do I wrong or is this a bug?
EDIT: If I set the theme with
html_theme = 'sphinx_rtd_theme'
it works. But isn't this the default theme on RTD? Is there way to get this working without setting thehtml_theme
option?The text was updated successfully, but these errors were encountered: