From: Alfredo Deza Date: Fri, 18 Aug 2017 16:05:03 +0000 (-0400) Subject: doc update template call for toctree X-Git-Tag: v12.2.6~96^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F21502%2Fhead;p=ceph.git 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) --- diff --git a/doc/_templates/smarttoc.html b/doc/_templates/smarttoc.html index 8ec60cdf454..7a3fd3f2b42 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) }}