We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8a6331 commit 4487c88Copy full SHA for 4487c88
requirements.txt
@@ -20,7 +20,9 @@
20
21
# Requirements for core
22
jinja2~=3.1
23
-markdown~=3.2
+# Temporary pin: incompatibility between Python Markdown 3.8.2 and MkDocs 1.6.1
24
+# See https://github.com/squidfunk/mkdocs-material/issues/8308 for more info
25
+markdown>=3.2,<=3.8.0
26
mkdocs~=1.6
27
mkdocs-material-extensions~=1.3
28
pygments~=2.16
0 commit comments