horizon/doc
David Lyle 49ae7f9eeb Fix docs translation import errors
When building docs, there are a ton of errors in this format:

AppRegistryNotReady: The translation infrastructure cannot be
initialized before the apps registry is ready. Check that you don't make
non-lazy gettext calls at import time.

Starting in Django 1.7, standalone scripts, such as a sphinx build
require that django.setup() be called first. See:
https://docs.djangoproject.com/en/1.8/releases/1.7/#standalone-scripts

This should be added to the horizon/docs/source/conf.py

Doing so eliminates the errors.

Closes-Bug: #1486139
Change-Id: I0871be3d60d4d78cb430fabdb5725832559191d7
2015-08-18 14:14:41 -06:00
..
source Fix docs translation import errors 2015-08-18 14:14:41 -06:00
Makefile Move docs to doc. 2012-06-12 11:41:04 -07:00