From 6702e7412828729c7a5df776d014f25deabf2274 Mon Sep 17 00:00:00 2001
From: bnewbold
Date: Wed, 27 Aug 2014 23:12:09 -0400
Subject: docs: initial rambutan theme
Still needs bundled fonts and polish.
---
docs/source/_templates/indexcontent.html | 6 +++---
docs/source/_templates/layout.html | 11 -----------
2 files changed, 3 insertions(+), 14 deletions(-)
delete mode 100644 docs/source/_templates/layout.html
(limited to 'docs/source/_templates')
diff --git a/docs/source/_templates/indexcontent.html b/docs/source/_templates/indexcontent.html
index b4410c3..d1bb65b 100644
--- a/docs/source/_templates/indexcontent.html
+++ b/docs/source/_templates/indexcontent.html
@@ -35,7 +35,7 @@ changes that are new in {{ release }}.
- Getting Started
+ | Getting Started
|
- Programming
+ | Programming
- Language Reference
{{ content_sep }}
@@ -63,7 +63,7 @@ changes that are new in {{ release }}.
Compatibility
|
- Hardware and Peripherals
+ | Hardware and Peripherals
- STM32
{{ content_sep }}
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 %}
- -
-
- leaflabs.com
- ·
- - {{ shorttitle }}{{ reldelim1 }}
-{% endblock %}
--
cgit v1.2.3
|