From ccb3b0ee679efd7c2e2f50b2e1bcd57634eecdca Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Mon, 1 May 2017 08:53:54 -0400 Subject: [PATCH] [1.11.x] Fixed #28139 -- Added another level of headings in the topics index. Backport of 4b0211dad55fc9d154dd5fc5b0006a647115d75d from master --- 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 6f85baddb6e..8ebb53ce565 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