From 234c1cff74c137b71bb57921ef0e3767c1778b94 Mon Sep 17 00:00:00 2001 From: Fred Date: Tue, 29 Dec 2015 16:06:14 +0100 Subject: [PATCH] configure django settings --- docs/conf.py | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index e8219d0..9560695 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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