From c7fc1379f986b384edc23d65fffbcfba5b44f726 Mon Sep 17 00:00:00 2001 From: Kiersten Stokes Date: Fri, 15 Jul 2022 15:08:09 -0500 Subject: [PATCH] Cap markdown for docs --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index b3ce4ddfa..202c39b95 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -3,4 +3,4 @@ sphinx_rtd_theme recommonmark>=0.6.0 sphinx-markdown-tables sphinx-version-warning -markdown!=3.3.5 # Workaround for ryanfox/sphinx-markdown-tables#34 \ No newline at end of file +markdown!=3.3.5,<3.4 # Exclusion of 3.3.5 is a workaround for ryanfox/sphinx-markdown-tables#34