From b1ef722fa3de0ca3f4bb495fff2ff1cd3f4739cf Mon Sep 17 00:00:00 2001 From: bnewbold Date: Mon, 1 Sep 2014 17:00:13 -0400 Subject: docs: several small theme tweaks - CSS improvements - two-part links at page top (project/subproject) - "Project Resources" links --- docs/source/_templates/layout.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 docs/source/_templates/layout.html (limited to 'docs/source/_templates/layout.html') diff --git a/docs/source/_templates/layout.html b/docs/source/_templates/layout.html new file mode 100644 index 0000000..994ad53 --- /dev/null +++ b/docs/source/_templates/layout.html @@ -0,0 +1,18 @@ +{% extends "!layout.html" %} + +{# TODO: this block is broken under Sphinx better theme? #} +{% block rootrellink %} +
  • + + rambutan.cc + ·
  • +
  • Project Docs{{ reldelim1 }}
  • + {{ super() }} +{% endblock %} + +{% block header %} + +{% endblock %} -- cgit v1.2.3