From 3874a10876d249b48fea3bc9a77bfcdd38faa490 Mon Sep 17 00:00:00 2001 From: Michael Levy Date: Thu, 12 May 2022 15:50:38 -0600 Subject: [PATCH] Pin some additional pip packages Newer versions of MarkupSafe and jinja2 don't play nicely with the (older) version of sphinx we are using; updating py_requirements.txt won't allow these newer versions to be used. --- docs/py_requirements.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/py_requirements.txt b/docs/py_requirements.txt index 684d82b6..a8258487 100644 --- a/docs/py_requirements.txt +++ b/docs/py_requirements.txt @@ -2,4 +2,6 @@ pylint==2.10.2 Sphinx==1.7.5 sphinxcontrib-bibtex==0.4.0 pybtex==0.22 +jinja2<3 +MarkupSafe<2.1 git+https://github.com/marbl-ecosys/sphinx_rtd_theme.git@version-dropdown