From 9bb3397a5876ded89853f11cd35b3ca5e8aeec5c Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Fri, 18 Aug 2017 12:05:03 -0400 Subject: [PATCH] doc update template call for toctree Up until version 1.1.3 of Sphinx, this call would show hidden toctree entries. Most of Ceph's toctree's are hidden, so when the version of Sphinx was bumped to >1.6, the sidebar stopped showing entries Signed-off-by: Alfredo Deza --- doc/_templates/smarttoc.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/_templates/smarttoc.html b/doc/_templates/smarttoc.html index 8ec60cdf454da..7a3fd3f2b4255 100644 --- a/doc/_templates/smarttoc.html +++ b/doc/_templates/smarttoc.html @@ -10,7 +10,7 @@ #}

{{ _('Table Of Contents') }}

-{{ toctree(maxdepth=-1) }} +{{ toctree(maxdepth=-1, includehidden=True) }} -- 2.39.5