Fix issues around doc building.

Review Request #11147 — Created Aug. 20, 2020 and submitted — Latest diff uploaded

Information

Djblets
release-2.0.x

Reviewers

Documentation building had regressed during 2.0 development, largely due
to initialization differences in Django. Some modules were missing from
INSTALLED_APPS, causing a variety of code reference pages to break.
These have been added.

There were also some bad module names, and some missing/outdated extlink
entries.

Built the docs without errors. Checked that the output was as expected
for the pages that were broken.

Diff Revision 1 (Latest)

Commits

First Last Summary ID Author
Fix issues around doc building.
Documentation building had regressed during 2.0 development, largely due to initialization differences in Django. Some modules were missing from `INSTALLED_APPS`, causing a variety of code reference pages to break. These have been added. There were also some bad module names, and some missing/outdated extlink entries.
edf4bc6b8c06368c3c83a0e83de77d32c63e9b97 Christian Hammond
djblets/settings.py
docs/djblets/coderef/index.rst
docs/releasenotes/conf.py
Loading...