From 4f4d44a1a402272e100db8a1f728b43961a276b6 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 (cherry picked from commit 9bb3397a5876ded89853f11cd35b3ca5e8aeec5c) --- 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 8ec60cdf454d..7a3fd3f2b425 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.47.3