|
|
|
|
29
|
# Specify settings module (which will be picked up from the sandbox)
|
29
|
# Specify settings module (which will be picked up from the sandbox)
|
30
|
os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'settings_sphinx')
|
30
|
os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'settings_sphinx')
|
31
|
|
31
|
|
|
|
32
|
+import django
|
|
|
33
|
+django.setup()
|
|
|
34
|
+
|
32
|
# -- General configuration -----------------------------------------------------
|
35
|
# -- General configuration -----------------------------------------------------
|
33
|
|
36
|
|
34
|
# If your documentation needs a minimal Sphinx version, state it here.
|
37
|
# If your documentation needs a minimal Sphinx version, state it here.
|