mirror of
https://github.com/nodemcu/nodemcu-firmware.git
synced 2025-01-16 20:52:57 +08:00
Remove custom favicon from docs
All the changes are in preparation for an eventual MkDocs 0.17 upgrade
This commit is contained in:
parent
ba36cb3d2d
commit
5c65f2790d
1
docs/img/favicon-readme.txt
Normal file
1
docs/img/favicon-readme.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
favicon.ico was generated using https://realfavicongenerator.net. favicon_package_v0.16.zip in this folder contains icons and instructions for all sorts of browsers and platforms (incl. mobile variants). However, without modifying the MkDocs theme/template they’re of no use.
|
BIN
docs/img/favicon.ico
Normal file
BIN
docs/img/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
Binary file not shown.
Before Width: | Height: | Size: 1.9 KiB |
BIN
docs/img/favicon_package_v0.16.zip
Normal file
BIN
docs/img/favicon_package_v0.16.zip
Normal file
Binary file not shown.
@ -18,8 +18,6 @@ extra_css:
|
|||||||
extra_javascript:
|
extra_javascript:
|
||||||
- js/extra.js
|
- js/extra.js
|
||||||
|
|
||||||
site_favicon: img/favicon.png
|
|
||||||
|
|
||||||
pages:
|
pages:
|
||||||
- Overview: 'index.md'
|
- Overview: 'index.md'
|
||||||
- English:
|
- English:
|
||||||
|
7
rtd-requirements.txt
Normal file
7
rtd-requirements.txt
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
#################################################################
|
||||||
|
# This file is configured in RTD -> Admin -> Advanced Settings! #
|
||||||
|
#################################################################
|
||||||
|
# RTD - MkDocs integration is broken for
|
||||||
|
# - MkDocs >= 0.17 due to in-site search failures: https://github.com/rtfd/readthedocs.org/issues/3174
|
||||||
|
# - MkDocs >= 0.16 due to stuck fly-out menu: https://groups.google.com/d/msg/mkdocs/v7AVbeB105w/FIlE_n2-AgAJ
|
||||||
|
# mkdocs >= 0.16.3, < 0.17
|
Loading…
x
Reference in New Issue
Block a user