Skip to content

Main documentation build broken by missing swh-web-specific setup

The swh.web module needs django initialized with a proper configuration enviroment variable before its documentation builds. This initialization is done in the swh-web specific docs config.

The main documentation build, which imports all subdocumentations, needs to also do this initialization. We probably need to have a generic pattern to do this initialization for all modules that need it.


Migrated from T763 (view on Phabricator)