From 3e9ecd4b70da3a70ea8d6f13d45cea21f2f2307e Mon Sep 17 00:00:00 2001 From: "Soren I. Bjornstad" Date: Sun, 27 Mar 2022 15:22:31 -0500 Subject: [PATCH] work around ReadTheDocs bug --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index ee817a6..eac8a48 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,6 +4,7 @@ # docs sphinx==3.5.4 # newer versions display function names in the wrong color? sphinx_rtd_theme==0.5.2 +Jinja2<3.1 # https://github.com/readthedocs/readthedocs.org/issues/9038 # dev tools build