jjardon commented on code in PR #1654: URL: https://github.com/apache/buildstream/pull/1654#discussion_r889988287
########## doc/source/conf.py: ########## @@ -74,7 +74,7 @@ # # This is also used if you do content translation via gettext catalogs. # Usually you set "language" from the command line for these cases. -language = None +language = 'en' Review Comment: @juergbi Yeah, it will fail with a warning saying the language "None" is not supported warnings are activated as errors and that's why the build will fail: maybe that is not activated in master -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
