[master] 0cebf05 Limit depth of toc

Poul-Henning Kamp phk at varnish-cache.org
Tue Oct 1 10:49:26 CEST 2013


commit 0cebf05725d800f059fe02d029d57a6dc14393d8
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Tue Sep 24 05:56:12 2013 +0000

    Limit depth of toc

diff --git a/doc/sphinx/reference/index.rst b/doc/sphinx/reference/index.rst
index 3af59c9..ab27df2 100644
--- a/doc/sphinx/reference/index.rst
+++ b/doc/sphinx/reference/index.rst
@@ -5,6 +5,7 @@ The Varnish Reference Manual
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
 .. toctree::
+	:maxdepth: 4
 
 	vcl.rst
 	varnish-cli.rst



More information about the varnish-commit mailing list