We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3336467 commit 2b0671dCopy full SHA for 2b0671d
src/pydata_sphinx_theme/__init__.py
@@ -59,7 +59,7 @@ def update_config_deprecations(app):
59
logo["text"] = theme_options.get("logo_text")
60
theme_options["logo"] = logo
61
logger.warning(
62
- "The configuration `logo_text` is deprecated. " "Use `'logo': {'text': }`."
+ "The configuration `logo_text` is deprecated. Use `'logo': {'text': }`."
63
)
64
65
# DEPRECATE >= 0.13
@@ -76,7 +76,7 @@ def update_config_deprecations(app):
76
if hasattr(config, "html_logo"):
77
config.__dict__["html_logo_url"] = config.html_logo
78
79
- "Config value `html_logo` is deprecated. " "Use `html_logo_url` instead."
+ "Config value `html_logo` is deprecated. Use `html_logo_url` instead."
80
81
82
0 commit comments