We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Related to the fix for #215 in 39cbbc1 .
I worked around the previous issue #215 by setting logo_name to None in html_theme_options:
logo_name
None
html_theme_options
html_theme_options = { "logo": "marshmallow-logo.png", "logo_name": None, # ... }
but when I upgrade to alabaster 0.7.16, None appears in the sidebar
0.7.16
This is easily fixed by removing the logo_name setting, but the template should also properly handle None.
The text was updated successfully, but these errors were encountered:
Prevent None from appearing in sidebar
0556dd6
see sphinx-doc/alabaster#216
PR welcome !
Sorry, something went wrong.
No branches or pull requests
Related to the fix for #215 in 39cbbc1 .
I worked around the previous issue #215 by setting
logo_name
toNone
inhtml_theme_options
:but when I upgrade to alabaster
0.7.16
,None
appears in the sidebarThis is easily fixed by removing the
logo_name
setting, but the template should also properly handleNone
.The text was updated successfully, but these errors were encountered: