Bump MkDocs to latest

This commit is contained in:
Marcel Stör 2024-02-18 22:14:27 +01:00
parent c610e7a506
commit 7971be78fc
3 changed files with 4 additions and 4 deletions

View File

@ -26,7 +26,7 @@
} }
function isModulePage() { function isModulePage() {
// if the breadcrumb contains 'Modules »' it must be an API page // 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) { function createTocTableRow(func, intro) {
// fragile attempt to auto-create the in-page anchor // fragile attempt to auto-create the in-page anchor

View File

@ -1,2 +1,2 @@
mkdocs==1.2.3 mkdocs>=1.5.3
jinja2<3.1.0 jinja2>=3.1.0

View File

@ -25,7 +25,7 @@ extra_css:
extra_javascript: extra_javascript:
- js/extra.js - js/extra.js
pages: nav:
- Overview: 'index.md' - Overview: 'index.md'
- Basics: - Basics:
- Getting started: 'getting-started.md' - Getting started: 'getting-started.md'