mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
Added a hidden toctree pointing at the index file in the docs to silence a sphinx warning.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14605 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
204253ed40
commit
0aeb6c964a
2 changed files with 21 additions and 16 deletions
|
@ -87,9 +87,9 @@ show_authors = False
|
|||
# The name of the Pygments (syntax highlighting) style to use.
|
||||
pygments_style = 'trac'
|
||||
|
||||
# Sphinx will recurse into subversion configuration folders and try to read
|
||||
# any document file within. These should be ignored.
|
||||
# Note: exclude_dirnames is new in Sphinx 0.5
|
||||
# Sphinx will recurse into subversion configuration folders and try to read
|
||||
# any document file within. These should be ignored.
|
||||
# Note: exclude_dirnames is new in Sphinx 0.5
|
||||
exclude_dirnames = ['.svn']
|
||||
|
||||
# -- Options for HTML output ---------------------------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue