File diff 8684885ce1d9 → 379e3713e98f
docs/conf.py
Show inline comments
 
@@ -17,6 +17,12 @@ import sys, os
 
# 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('..'))
 
sys.path.insert(0, os.path.abspath('../testproject/'))
 

	
 
# Set up the Django settings/environment
 
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "testproject.settings")
 
from django.conf import settings
 

	
 
# -- General configuration -----------------------------------------------------
 

	
 
@@ -25,7 +31,7 @@ import sys, os
 

	
 
# Add any Sphinx extension module names here, as strings. They can be extensions
 
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
 
extensions = []
 
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.doctest']
 

	
 
# Add any paths that contain templates here, relative to this directory.
 
templates_path = ['_templates']