docs: bump mkdocs to fix markdown breaking exts (#770)
The markdown Python lib seems to be causing some issues with certain extensions. Bumping mkdocs to 1.3.1 seems to resolve this issue (the alternative is pinning markdown to < 8.4.0).
This commit is contained in:
parent
5bf05eb558
commit
31bd2ca19f
|
@ -1,4 +1,4 @@
|
|||
mkdocs == 1.3.0
|
||||
mkdocs == 1.3.1
|
||||
mkdocs-material == 8.3.9
|
||||
mkdocs-material-extensions == 1.0.3
|
||||
mdx_truly_sane_lists == 1.2
|
||||
|
|
Loading…
Reference in New Issue