We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fca3648 commit 4660bb5Copy full SHA for 4660bb5
sphinx/environment/__init__.py
@@ -233,7 +233,7 @@ def _update_config(self, config):
233
"""Update configurations by new one."""
234
self.config_status = CONFIG_OK
235
if self.config is None:
236
- logger.info(__('Config is new... '), nonl=True)
+ logger.info(__('Configuration is new (clean build).'))
237
self.config_status = CONFIG_NEW
238
else:
239
# check if a config value was changed that affects how
0 commit comments