sphinx-doc/alabaster

"false" appears under logo if logo_name is unset

sloria opened this issue · 1 comments

sloria commented

With the latest release as of this writing (0.7.15), the text "false" appears under the logo when the logo_name setting isn't set.

Here's what it looks like in marshmallow's docs:

The workaround here was to add "logo_name": None in docs/conf.py. see marshmallow-code/marshmallow#2221