We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d94a2a4 commit 579fd6bCopy full SHA for 579fd6b
mkdocs_rss_plugin/plugin.py
@@ -172,7 +172,7 @@ def on_config(self, config: config_options.Config) -> dict:
172
base_feed.get("html_url") + OUTPUT_FEED_UPDATED
173
)
174
else:
175
- logging.warning(
+ logger.error(
176
"[rss-plugin] The variable `site_url` is not set in the MkDocs "
177
"configuration file whereas a URL is mandatory to publish. "
178
"See: https://validator.w3.org/feed/docs/rss2.html#requiredChannelElements"
0 commit comments