Commit 7971be78 authored by Marcel Stör's avatar Marcel Stör
Browse files

Bump MkDocs to latest

parent c610e7a5
...@@ -26,7 +26,7 @@ ...@@ -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
......
mkdocs==1.2.3 mkdocs>=1.5.3
jinja2<3.1.0 jinja2>=3.1.0
...@@ -25,7 +25,7 @@ extra_css: ...@@ -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'
......
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