summaryrefslogtreecommitdiff
path: root/_templates/localtoc.html
diff options
context:
space:
mode:
Diffstat (limited to '_templates/localtoc.html')
-rw-r--r--_templates/localtoc.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/_templates/localtoc.html b/_templates/localtoc.html
new file mode 100644
index 0000000..bc0b79d
--- /dev/null
+++ b/_templates/localtoc.html
@@ -0,0 +1,13 @@
+{#
+ basic/localtoc.html
+ ~~~~~~~~~~~~~~~~~~~
+
+ Sphinx sidebar template: local table of contents.
+
+ :copyright: Copyright 2007-2017 by the Sphinx team, see AUTHORS.
+ :license: BSD, see LICENSE for details.
+#}
+{%- if display_toc %}
+ <h3><a href="{{ pathto(master_doc) }}">{{ _('This Section') }}</a></h3>
+ {{ toc }}
+{%- endif %}