Merge pull request #733 from not-my-profile/about-default

[fix] add default for "about" engine property
dependabot/pip/master/sphinx-6.1.3
Markus Heiser 2 years ago committed by GitHub
commit 79e0aa2645
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -44,6 +44,7 @@ ENGINE_DEFAULT_ARGS = {
"enable_http": False,
"display_error_messages": True,
"tokens": [],
"about": {},
}
# set automatically when an engine does not have any tab category
OTHER_CATEGORY = 'other'

Loading…
Cancel
Save