summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2017-02-07 20:04:40 +1100
committerDamien George <damien.p.george@gmail.com>2017-02-07 20:04:40 +1100
commit21f08524baf11e62384814b7cb8fcd2b5a8998fb (patch)
treed0addad49af6c1925bf6137c365036c105127d54
parent3217bbe4910416b9084691ea5ff1ec1530e15ee4 (diff)
downloadmicropython-21f08524baf11e62384814b7cb8fcd2b5a8998fb.tar.gz
micropython-21f08524baf11e62384814b7cb8fcd2b5a8998fb.zip
docs: Add M-logo as favicon.
-rwxr-xr-xdocs/conf.py2
-rw-r--r--docs/static/favicon.icobin0 -> 1406 bytes
2 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 1a552be2e8..66ea325e97 100755
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -178,7 +178,7 @@ else:
# The name of an image file (within the static path) to use as favicon of the
# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
# pixels large.
-#html_favicon = None
+html_favicon = 'favicon.ico'
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
diff --git a/docs/static/favicon.ico b/docs/static/favicon.ico
new file mode 100644
index 0000000000..49c6154140
--- /dev/null
+++ b/docs/static/favicon.ico
Binary files differ