summaryrefslogtreecommitdiff
path: root/_exts/taler_sphinx_theme/guzzle_sphinx_theme/globaltoc.html
diff options
context:
space:
mode:
Diffstat (limited to '_exts/taler_sphinx_theme/guzzle_sphinx_theme/globaltoc.html')
-rw-r--r--_exts/taler_sphinx_theme/guzzle_sphinx_theme/globaltoc.html14
1 files changed, 0 insertions, 14 deletions
diff --git a/_exts/taler_sphinx_theme/guzzle_sphinx_theme/globaltoc.html b/_exts/taler_sphinx_theme/guzzle_sphinx_theme/globaltoc.html
deleted file mode 100644
index b2c04e27..00000000
--- a/_exts/taler_sphinx_theme/guzzle_sphinx_theme/globaltoc.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-<div class="sidebar-block">
- <div class="sidebar-wrapper">
- <h2>{{ _('Table Of Contents') }}</h2>
- </div>
- <div class="sidebar-toc">
- {% set toctree = toctree(maxdepth=theme_globaltoc_depth|toint, collapse=theme_globaltoc_collapse|tobool, includehidden=theme_globaltoc_includehidden|tobool) %}
- {% if toctree %}
- {{ toctree }}
- {% else %}
- {{ toc }}
- {% endif %}
- </div>
-</div>