Commit 4bc22d0c authored by Marcel Stör's avatar Marcel Stör
Browse files

Bump MkDocs to latest

parent 14cdff10
......@@ -27,7 +27,7 @@ var nodemcu = nodemcu || {};
}
function isModulePage() {
// if the breadcrumb contains 'Modules »' it must be an API page
return $("ul.wy-breadcrumbs li:contains('Modules »')").size() > 0;
return $("ul.wy-breadcrumbs li:contains('C Modules')").length > 0;
}
function createTocTableRow(func, intro) {
// fragile attempt to auto-create the in-page anchor
......
mkdocs==1.2.2
jinja2<3.1
mkdocs>=1.5.3
jinja2>=3.1.0
......@@ -20,7 +20,7 @@ extra_css:
extra_javascript:
- js/extra.js
pages:
nav:
- Overview: 'index.md'
- Basics:
- Building the firmware: 'build.md'
......
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