Переглянути джерело

Enable 'make docs' to work with Django>=1.8

master
David Winterbottom 10 роки тому
джерело
коміт
75d1808847
1 змінених файлів з 3 додано та 0 видалено
  1. 3
    0
      docs/source/conf.py

+ 3
- 0
docs/source/conf.py Переглянути файл

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.

Завантаження…
Відмінити
Зберегти