micropython: add micropython component
This commit is contained in:
6
components/language/micropython/docs/templates/layout.html
vendored
Normal file
6
components/language/micropython/docs/templates/layout.html
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
{% 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" %}
|
Reference in New Issue
Block a user