CLean up conf.py

rtd2
Eric Holscher 2013-07-24 17:42:22 -07:00
parent 1b99459aba
commit 9dd78a4c83
1 changed files with 0 additions and 2 deletions

View File

@ -10,13 +10,11 @@ setup_environ(settings.sqlite)
sys.path.append(os.path.abspath('_ext'))
sys.path.append(os.path.abspath('_ext/websupport2'))
extensions = [
'sphinx.ext.autodoc',
'sphinx.ext.intersphinx',
'sphinx_http_domain',
'djangodocs',
'websupport2',
]
templates_path = ['_templates']
source_suffix = '.rst'