summaryrefslogtreecommitdiffstats
path: root/doc/_templates
diff options
context:
space:
mode:
authorBen Kaduk <kaduk@mit.edu>2012-11-28 13:33:20 -0500
committerBen Kaduk <kaduk@mit.edu>2012-12-10 13:01:25 -0500
commitb017751b711dfd70c8735f655a51e5ff860af49b (patch)
treee7532b58e000e9c6c27053489a27b75cb7054fb3 /doc/_templates
parent81fc0331cdf8a41b346daaee32977d76ab645139 (diff)
downloadkrb5-b017751b711dfd70c8735f655a51e5ff860af49b.tar.gz
krb5-b017751b711dfd70c8735f655a51e5ff860af49b.tar.xz
krb5-b017751b711dfd70c8735f655a51e5ff860af49b.zip
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
Diffstat (limited to 'doc/_templates')
-rw-r--r--doc/_templates/layout.html2
1 files changed, 1 insertions, 1 deletions
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 }}
<br/>
<h2>{{ _('Table of contents') }}</h2>
- {{ toctree(collapse=true, maxdepth=3, titles_only=true) }}
+ {{ toctree(collapse=true, maxdepth=3, titles_only=true, includehidden=false) }}
<br/>
<h4><a href="{{ pathto('index') }}">Full Table of Contents
</a></h4>