configure django settings

This commit is contained in:
Fred 2015-12-29 16:06:14 +01:00
parent 31450592e4
commit 234c1cff74
1 changed files with 6 additions and 2 deletions

View File

@ -20,7 +20,11 @@ import shlex
# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
#sys.path.insert(0, os.path.abspath('.'))
sys.path.insert(0, os.path.abspath('../connexys'))
sys.path.insert(0, os.path.abspath('.'))
from django.conf import settings
settings.configure()
# -- General configuration ------------------------------------------------
@ -115,7 +119,7 @@ todo_include_todos = True
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
html_theme = 'alabaster'
html_theme = 'sphinx_rtd_theme'
# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the