summaryrefslogtreecommitdiff
path: root/docs/templates/layout.html
diff options
context:
space:
mode:
authorScott Shawcroft <scott.shawcroft@gmail.com>2018-02-20 17:34:59 -0800
committerScott Shawcroft <scott.shawcroft@gmail.com>2018-02-20 17:34:59 -0800
commit20dd3b1e434f57a0609fd5306f47863396d1022e (patch)
tree47d7be30787716fcd95e01723942cdff06b0bd85 /docs/templates/layout.html
parentee90056866d2a8a1e0eec21f0ce5c60b741ea411 (diff)
Delete a bunch of docs, drivers and examples not relevant to CircuitPython.
This fixes #345 and fixes #215.
Diffstat (limited to 'docs/templates/layout.html')
-rw-r--r--docs/templates/layout.html6
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/templates/layout.html b/docs/templates/layout.html
deleted file mode 100644
index a6caa0bc5..000000000
--- a/docs/templates/layout.html
+++ /dev/null
@@ -1,6 +0,0 @@
-{% extends "!layout.html" %}
-{% set css_files = css_files + ["_static/customstyle.css"] %}
-
-{# we change the master_doc variable so that links to the index
- page are to index.html instead of <port>_index.html #}
-{% set master_doc = "index" %}