aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source/_templates/layout.html
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2014-08-27 23:12:09 -0400
committerbnewbold <bnewbold@robocracy.org>2014-08-28 00:03:08 -0400
commit6702e7412828729c7a5df776d014f25deabf2274 (patch)
tree6a31c4d1e13aae59634bf941e3dd62855c0f7d77 /docs/source/_templates/layout.html
parentb50a15e6d705a2eead061618f84bdc066ec5c6f4 (diff)
downloadlibrambutan-6702e7412828729c7a5df776d014f25deabf2274.tar.gz
librambutan-6702e7412828729c7a5df776d014f25deabf2274.zip
docs: initial rambutan theme
Still needs bundled fonts and polish.
Diffstat (limited to 'docs/source/_templates/layout.html')
-rw-r--r--docs/source/_templates/layout.html11
1 files changed, 0 insertions, 11 deletions
diff --git a/docs/source/_templates/layout.html b/docs/source/_templates/layout.html
deleted file mode 100644
index 2fd81ce..0000000
--- a/docs/source/_templates/layout.html
+++ /dev/null
@@ -1,11 +0,0 @@
-{% extends "!layout.html" %}
-
-{% set css_files = css_files + ["_static/leaflabs-docs.css"] %}
-
-{% block rootrellink %}
- <li><a href="http://leaflabs.com/">
- <img width="16px" src="_static/img/round_logo_32x32.ico"></img>
- leaflabs.com
- </a>&middot;</li>
- <li><a href="{{ pathto('index') }}">{{ shorttitle }}</a>{{ reldelim1 }}</li>
-{% endblock %}