Skip to content

Commit 83a2f3f

Browse files
committed
Bump MkDocs to latest
1 parent 1c3cc2b commit 83a2f3f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/js/extra.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
}
2727
function isModulePage() {
2828
// if the breadcrumb contains 'Modules »' it must be an API page
29-
return $("ul.wy-breadcrumbs li:contains('Modules »')").size() > 0;
29+
return $("ul.wy-breadcrumbs li:contains('C Modules')").length > 0;
3030
}
3131
function createTocTableRow(func, intro) {
3232
// fragile attempt to auto-create the in-page anchor

docs/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
mkdocs==1.2.3
2-
jinja2<3.1.0
1+
mkdocs>=1.5.3
2+
jinja2>=3.1.0

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ extra_css:
2525
extra_javascript:
2626
- js/extra.js
2727

28-
pages:
28+
nav:
2929
- Overview: 'index.md'
3030
- Basics:
3131
- Getting started: 'getting-started.md'

0 commit comments

Comments
 (0)