From: Ben Kaduk Date: Wed, 28 Nov 2012 18:33:20 +0000 (-0500) Subject: Do not include hidden files in the sidebar X-Git-Tag: krb5-1.12-alpha1~434 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b017751b711dfd70c8735f655a51e5ff860af49b;p=thirdparty%2Fkrb5.git Do not include hidden files in the sidebar We play games with hidden toctrees in the RST source to avoid Sphinx warnings; make sure that they do not affect the rendered output. ticket: 7467 (new) tags: pullup target_version: 1.11 --- diff --git a/doc/_templates/layout.html b/doc/_templates/layout.html index 1822304a4b..e517be51fd 100644 --- a/doc/_templates/layout.html +++ b/doc/_templates/layout.html @@ -66,7 +66,7 @@ {{ toc }}

{{ _('Table of contents') }}

- {{ toctree(collapse=true, maxdepth=3, titles_only=true) }} + {{ toctree(collapse=true, maxdepth=3, titles_only=true, includehidden=false) }}

Full Table of Contents