diff options
author | Damien George <damien.p.george@gmail.com> | 2017-02-07 20:04:40 +1100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2017-02-07 20:04:40 +1100 |
commit | 21f08524baf11e62384814b7cb8fcd2b5a8998fb (patch) | |
tree | d0addad49af6c1925bf6137c365036c105127d54 | |
parent | 3217bbe4910416b9084691ea5ff1ec1530e15ee4 (diff) | |
download | micropython-21f08524baf11e62384814b7cb8fcd2b5a8998fb.tar.gz micropython-21f08524baf11e62384814b7cb8fcd2b5a8998fb.zip |
docs: Add M-logo as favicon.
-rwxr-xr-x | docs/conf.py | 2 | ||||
-rw-r--r-- | docs/static/favicon.ico | bin | 0 -> 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 Binary files differnew file mode 100644 index 0000000000..49c6154140 --- /dev/null +++ b/docs/static/favicon.ico |