diff options
| author | Timo Graham <timograham@gmail.com> | 2010-12-27 23:58:16 +0000 |
|---|---|---|
| committer | Timo Graham <timograham@gmail.com> | 2010-12-27 23:58:16 +0000 |
| commit | 264d19752e5289f00cb36bd2704917660084696f (patch) | |
| tree | cdd6d8d1a459979f301d83844f9bb185dfc534a8 /docs | |
| parent | 08cec1f5088a050730a70a1eee6bb0263a4892f5 (diff) | |
Fixed #13397 - Include third level headings in the TOC. thanks cyang for the suggestion, rleland for the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15073 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/contents.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/contents.txt b/docs/contents.txt index 14fe007df8..9bf0d685c4 100644 --- a/docs/contents.txt +++ b/docs/contents.txt @@ -10,7 +10,7 @@ Django documentation contents index .. toctree:: - :maxdepth: 2 + :maxdepth: 3 intro/index topics/index |
