[Python-modules-commits] [python-django-otp] 09/13: Add dependencies to INSTALLED_APPS for sphinx autodoc.

Michael Fladischer fladi at moszumanska.debian.org
Wed Mar 1 08:40:44 UTC 2017


This is an automated email from the git hooks/post-receive script.

fladi pushed a commit to branch master
in repository python-django-otp.

commit d83a8aedf41379e78a7f6d84397b5245dfac5476
Author: Michael Fladischer <FladischerMichael at fladi.at>
Date:   Wed Mar 1 08:59:24 2017 +0100

    Add dependencies to INSTALLED_APPS for sphinx autodoc.
---
 docs/source/conf.py | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/docs/source/conf.py b/docs/source/conf.py
index e394cb9..4fdd923 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -45,6 +45,15 @@ django.conf.settings.configure(
             'NAME': '/tmp/django_otp.sqlite',
         }
     }
+    INSTALLED_APPS=[
+        'django.contrib.auth',
+        'django.contrib.contenttypes',
+        'django_otp',
+        'django_otp.plugins.otp_email',
+        'django_otp.plugins.otp_static',
+        'django_otp.plugins.otp_totp',
+        'django_otp.plugins.otp_hotp',
+    ]
 )
 
 django.setup()

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-django-otp.git



More information about the Python-modules-commits mailing list