From 31bd2ca19f9062ba3d09200a33930d38349c65d3 Mon Sep 17 00:00:00 2001 From: Clement Tsang <34804052+ClementTsang@users.noreply.github.com> Date: Sun, 24 Jul 2022 06:50:52 -0400 Subject: [PATCH] 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). --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 8f063062..d4e7a1ff 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -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