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
This commit is contained in:
Jannis Leidel 2010-07-25 20:39:40 +00:00
parent fad4a93275
commit cd8758ef4d
3 changed files with 48 additions and 111 deletions

View file

@ -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'