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
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.
logo_name
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
"logo_name": None
docs/conf.py
The text was updated successfully, but these errors were encountered:
Fixed in 39cbbc1; released as https://pypi.org/project/alabaster/0.7.16/.
A
Sorry, something went wrong.
No branches or pull requests
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
indocs/conf.py
. see marshmallow-code/marshmallow#2221The text was updated successfully, but these errors were encountered: