Commit 0aeb6c96 authored by Alex Gaynor's avatar Alex Gaynor
Browse files

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
parent 204253ed
Loading
Loading
Loading
Loading
+18 −13
Original line number Diff line number Diff line
@@ -4,6 +4,11 @@
Django documentation contents
=============================

.. toctree::
    :hidden:

    index

.. toctree::
    :maxdepth: 2

+3 −3

File changed.

Contains only whitespace changes.