From 1b264af2dc3917f6a9378cbcc82b06dfb9bc73ca Mon Sep 17 00:00:00 2001 From: Gal Topper Date: Tue, 4 May 2021 13:37:07 +0300 Subject: [PATCH] Fix circular dependency hell. (#216) Co-authored-by: Gal Topper --- docs/requirements.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/requirements.txt b/docs/requirements.txt index 9064dbfe..393cc233 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -4,4 +4,6 @@ sphinx~=2.2 sphinx_rtd_theme~=0.4 sphinx-copybutton~=0.3 myst-nb~=0.10 +markdown-it-py<1 +mdit-py-plugins<0.2.7 sphinx-book-theme~=0.0.39