From dfc36ebe263876aa3ca5c3a435bba18404556803 Mon Sep 17 00:00:00 2001 From: Jon Moss Date: Tue, 3 May 2022 17:19:12 -0400 Subject: [PATCH] Lock jinja2 version for docs generator The latest version of jinja2 is incompatible with the current docs setup, so lock the version to make sure the docs can still be built. --- requirements-dev.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements-dev.txt b/requirements-dev.txt index da77ae2..3cd990e 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,3 +1,4 @@ +jinja2==3.0.3 Sphinx==1.5.6 sphinx-rtd-theme==0.1.9