Bump MkDocs to latest
This commit is contained in:
parent
c610e7a506
commit
7971be78fc
|
@ -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
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
mkdocs==1.2.3
|
mkdocs>=1.5.3
|
||||||
jinja2<3.1.0
|
jinja2>=3.1.0
|
||||||
|
|
|
@ -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'
|
||||||
|
|
Loading…
Reference in New Issue