django / django-localflavor

Country-specific Django helpers, formerly of contrib fame

Home Page:https://django-localflavor.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Documentation build is failing?

intgr opened this issue · comments

I tried changing and building the documentation for localflavor, but it keeps failing with complicated errors. It seems that readthedocs builds are failing with the same error, and have been for a long time. Here's the build output: https://readthedocs.org/builds/django-localflavor/1915723/

The errors are:

django.core.exceptions.AppRegistryNotReady: Apps aren't loaded yet.
During handling of the above exception, another exception occurred:
[...]
django.core.exceptions.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.

Perhaps in the long run, doc builds should be added to Travis-CI so new pull requests don't break it any more?

Thank you!

PDF builds on readthedocs are still failing with some exciting looking errors, but personally I couldn't care less. https://readthedocs.org/builds/django-localflavor/1943648/