Skip to content

Commit

Permalink
Bump MkDocs to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelstoer committed Feb 18, 2024
1 parent 14cdff1 commit 4bc22d0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/js/extra.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
mkdocs==1.2.2
jinja2<3.1
mkdocs>=1.5.3
jinja2>=3.1.0
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ extra_css:
extra_javascript:
- js/extra.js

pages:
nav:
- Overview: 'index.md'
- Basics:
- Building the firmware: 'build.md'
Expand Down

0 comments on commit 4bc22d0

Please sign in to comment.