Commit e86fa642 authored by devsaurus's avatar devsaurus
Browse files

unbreak mkdocs build

parent 4b1551af
...@@ -2,7 +2,8 @@ site_name: NodeMCU Documentation ...@@ -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: ...@@ -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:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment