From 85adb13d57e445f5e1ac3af82659d642eca871b5 Mon Sep 17 00:00:00 2001 From: Steve Johnson Date: Sun, 6 Oct 2013 21:14:41 -0700 Subject: [PATCH] Decrease ToC max depth to 2 --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index 7d9e69067..7a10664f7 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -2,7 +2,7 @@ Pillow: a modern fork of PIL ============================ .. toctree:: - :maxdepth: 3 + :maxdepth: 2 handbook/guides.rst handbook/appendices.rst