diff options
author | Jakob Unterwurzacher | 2018-01-31 09:29:21 +0100 |
---|---|---|
committer | Jakob Unterwurzacher | 2018-01-31 09:29:21 +0100 |
commit | b31d6311054848a32cd850051c92f349721b2278 (patch) | |
tree | b48278833db628314c17d6ffe8d8549c0b4e70da /xreadthedocs/toc.html | |
parent | 7168f06d86ccebdeba3fb2fe685d3ff0298b4264 (diff) |
Remove obsolete "xreadthedocs" theme
Has been replaced by the updated
"gocryptfs-readthedocs" theme.
Diffstat (limited to 'xreadthedocs/toc.html')
-rw-r--r-- | xreadthedocs/toc.html | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/xreadthedocs/toc.html b/xreadthedocs/toc.html deleted file mode 100644 index 4accc1b..0000000 --- a/xreadthedocs/toc.html +++ /dev/null @@ -1,25 +0,0 @@ -{% if nav_item.children %} - <ul class="subnav"> - <li><span>{{ nav_item.title }}</span></li> - - {% for nav_item in nav_item.children %} - {% include 'toc.html' %} - {% endfor %} - </ul> -{% else %} - <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> - {% for toc_item in toc_item.children %} - <li><a class="toctree-l4" href="{{ toc_item.url }}">{{ toc_item.title }}</a></li> - {% endfor %} - {% endfor %} - </ul> ---> - {% endif %} - </li> -{% endif %} |