krb5 commit: Do not include hidden files in the sidebar
Benjamin Kaduk
kaduk at MIT.EDU
Mon Dec 10 13:15:46 EST 2012
https://github.com/krb5/krb5/commit/b017751b711dfd70c8735f655a51e5ff860af49b
commit b017751b711dfd70c8735f655a51e5ff860af49b
Author: Ben Kaduk <kaduk at mit.edu>
Date: Wed Nov 28 13:33:20 2012 -0500
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
doc/_templates/layout.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/doc/_templates/layout.html b/doc/_templates/layout.html
index 1822304..e517be5 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>
More information about the cvs-krb5
mailing list