diff options
| author | Jannis Leidel <jannis@leidel.info> | 2010-07-25 20:58:58 +0000 |
|---|---|---|
| committer | Jannis Leidel <jannis@leidel.info> | 2010-07-25 20:58:58 +0000 |
| commit | 953f4be2014f0820a887d99a0d991618a6102c63 (patch) | |
| tree | a4c744ff1ef89cfdd90e684721170d5656e44dc2 /docs/conf.py | |
| parent | acbf74a72131bd3af4d7341a81635ee700b85b0e (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.py | 2 |
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' |
