summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorJannis Leidel <jannis@leidel.info>2010-07-25 20:39:40 +0000
committerJannis Leidel <jannis@leidel.info>2010-07-25 20:39:40 +0000
commitcd8758ef4dd28f55858d1df65bf5d4ce07137eb1 (patch)
tree7e92925c9270f07e29051263527ea22851ed13e8 /docs/conf.py
parentfad4a93275a6a5267912c9fc88cdeee44dd5572f (diff)
Fixed #14005 - Removed a few unneeded workarounds in the Sphinx extension. Thanks for the report and patch, Ramiro Morales.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13447 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index d3980a530f..606ee6b5ad 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -29,7 +29,7 @@ sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), "_ext"))
extensions = ["djangodocs"]
# Add any paths that contain templates here, relative to this directory.
-templates_path = ["_templates"]
+# templates_path = []
# The suffix of source filenames.
source_suffix = '.txt'