From d1ceab4cc5dfa10262db37d19ee32b8356739e43 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Thu, 1 Apr 2021 22:41:57 +0800 Subject: [PATCH] downgrade to compatible mkdocs Eventually it might not run anymore which is when we should find a newer version that still works with our configuration files or adjust the configuration files. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 475cb13af5..e1a033162b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ mako==1.1.3 pyyaml -mkdocs==0.16.3 +mkdocs==0.11 pytest pytest-cov importlib_resources