diff options
Diffstat (limited to 'src/ceph/doc/_templates')
-rw-r--r-- | src/ceph/doc/_templates/layout.html | 5 | ||||
-rw-r--r-- | src/ceph/doc/_templates/smarttoc.html | 16 |
2 files changed, 0 insertions, 21 deletions
diff --git a/src/ceph/doc/_templates/layout.html b/src/ceph/doc/_templates/layout.html deleted file mode 100644 index c6f5709..0000000 --- a/src/ceph/doc/_templates/layout.html +++ /dev/null @@ -1,5 +0,0 @@ -{% extends "!layout.html" %} - -{%- block extrahead %} - <script type="text/javascript" src="http://ayni.ceph.com/public/js/ceph.js"></script> -{% endblock %} diff --git a/src/ceph/doc/_templates/smarttoc.html b/src/ceph/doc/_templates/smarttoc.html deleted file mode 100644 index 8ec60cd..0000000 --- a/src/ceph/doc/_templates/smarttoc.html +++ /dev/null @@ -1,16 +0,0 @@ -{# - Sphinx sidebar template: smart table of contents. - - Shows a sidebar ToC that gives you a more global view of the - documentation, and not the confusing cur/prev/next which is the - default sidebar. - - The ToC will open and collapse automatically to show the part of the - hierarchy you are in. Top-level items will always be visible. - -#} -<h3><a href="{{ pathto(master_doc) }}">{{ _('Table Of Contents') }}</a></h3> -{{ toctree(maxdepth=-1) }} - -<!-- ugly kludge to make genindex look like it's part of the toc --> -<ul style="margin-top: -10px"><li class="toctree-l1"><a class="reference internal" href="{{ pathto('genindex') }}">Index</a></li></ul> |