summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorJannis Leidel <jannis@leidel.info>2010-07-25 20:58:58 +0000
committerJannis Leidel <jannis@leidel.info>2010-07-25 20:58:58 +0000
commit953f4be2014f0820a887d99a0d991618a6102c63 (patch)
treea4c744ff1ef89cfdd90e684721170d5656e44dc2 /docs/conf.py
parentacbf74a72131bd3af4d7341a81635ee700b85b0e (diff)
[1.2.X] Fixed #14005 - Removed a few unneeded workarounds in the Sphinx extension. Thanks for the report and patch, Ramiro Morales.
Backport of r13447 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13448 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'