From 4b0211dad55fc9d154dd5fc5b0006a647115d75d Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Mon, 1 May 2017 08:53:54 -0400 Subject: [PATCH] Fixed #28139 -- Added another level of headings in the topics index. --- docs/topics/index.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/index.txt b/docs/topics/index.txt index 6e9d7d74a5..55a5fc6af3 100644 --- a/docs/topics/index.txt +++ b/docs/topics/index.txt @@ -5,7 +5,7 @@ Using Django Introductions to all the key parts of Django you'll need to know: .. toctree:: - :maxdepth: 1 + :maxdepth: 2 install db/index