aboutsummaryrefslogtreecommitdiff
path: root/xreadthedocs/toc.html
diff options
context:
space:
mode:
authorJakob Unterwurzacher2015-12-20 18:17:06 +0100
committerJakob Unterwurzacher2015-12-20 18:17:06 +0100
commit0ebc0b7412d811b0865080573555100649a068fc (patch)
treeaf0e732abf52e34ec65e8f234a6b93ea92b1b4ca /xreadthedocs/toc.html
parentf419d49d65fc638fd15b603364b2e8e92609da91 (diff)
Add content, customize theme
Diffstat (limited to 'xreadthedocs/toc.html')
-rw-r--r--xreadthedocs/toc.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/xreadthedocs/toc.html b/xreadthedocs/toc.html
index 6cd2fc9..4accc1b 100644
--- a/xreadthedocs/toc.html
+++ b/xreadthedocs/toc.html
@@ -10,6 +10,7 @@
<li class="toctree-l1 {% if nav_item.active%}current{%endif%}">
<a class="{% if nav_item.active%}current{%endif%}" href="{{ nav_item.url }}">{{ nav_item.title }}</a>
{% if nav_item == current_page %}
+<!--
<ul>
{% for toc_item in toc %}
<li class="toctree-l3"><a href="{{ toc_item.url }}">{{ toc_item.title }}</a></li>
@@ -18,6 +19,7 @@
{% endfor %}
{% endfor %}
</ul>
+-->
{% endif %}
</li>
{% endif %}