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 ++++++++++++++++++ docs/source/_templates/sidebarresources.html | 8 ++++++++ 2 files changed, 26 insertions(+) create mode 100644 docs/source/_templates/layout.html create mode 100644 docs/source/_templates/sidebarresources.html (limited to 'docs/source/_templates') 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 %} diff --git a/docs/source/_templates/sidebarresources.html b/docs/source/_templates/sidebarresources.html new file mode 100644 index 0000000..ff82669 --- /dev/null +++ b/docs/source/_templates/sidebarresources.html @@ -0,0 +1,8 @@ +

    Project Resources

    + + -- cgit v1.2.3