unbreak mkdocs build
This commit is contained in:
parent
4b1551af49
commit
e86fa642b5
|
@ -2,7 +2,8 @@ site_name: NodeMCU Documentation
|
||||||
site_description: Description of the NodeMCU documentation
|
site_description: Description of the NodeMCU documentation
|
||||||
repo_url: https://github.com/nodemcu/nodemcu-firmware/
|
repo_url: https://github.com/nodemcu/nodemcu-firmware/
|
||||||
|
|
||||||
theme: readthedocs
|
theme:
|
||||||
|
name: "readthedocs"
|
||||||
strict: true
|
strict: true
|
||||||
|
|
||||||
markdown_extensions:
|
markdown_extensions:
|
||||||
|
@ -18,8 +19,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:
|
||||||
|
|
Loading…
Reference in New Issue