diff options
Diffstat (limited to 'docs/source/_templates')
-rw-r--r-- | docs/source/_templates/indexcontent.html | 6 | ||||
-rw-r--r-- | docs/source/_templates/layout.html | 11 |
2 files changed, 3 insertions, 14 deletions
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 }}.</p> <table class="contents-table"> <tr> - <td><p><strong>Getting Started</strong></p> + <td><p>Getting Started</p> <ul> <li><a href="{{ pathto("unix-toolchain") }}">Command-Line Toolchain</a></li> @@ -43,7 +43,7 @@ changes that are new in {{ release }}.</p> </td> </tr> <tr> - <td><p><strong>Programming</strong></p> + <td><p>Programming</p> <ul> <li><a href="{{ pathto("language") }}">Language Reference</a> {{ content_sep }}</li> @@ -63,7 +63,7 @@ changes that are new in {{ release }}.</p> Compatibility</a></li> </ul> </td> - <td><p><strong>Hardware and Peripherals</strong></p> + <td><p>Hardware and Peripherals</p> <ul> <li><a href="{{ pathto("stm32") }}">STM32</a> {{ content_sep }}</li> 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>·</li> - <li><a href="{{ pathto('index') }}">{{ shorttitle }}</a>{{ reldelim1 }}</li> -{% endblock %} |