From d93d22c106b1bfe38072021f2705d8f1ec8afc37 Mon Sep 17 00:00:00 2001 From: Chenxing Luo Date: Tue, 17 Oct 2023 21:52:27 -0400 Subject: [PATCH] Fix sphinx-jinja dependency for building docs --- dev-requirements.txt | 2 +- docs/conf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 5806843..b462510 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -3,7 +3,7 @@ docutils>=0.12, <0.17 sphinx sphinx-autobuild -sphinx-jinja +sphinx-jinja>=2.0.1 sphinx-rtd-theme sphinx-autodoc-typehints nbsphinx diff --git a/docs/conf.py b/docs/conf.py index 4b0b177..6e74182 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -37,7 +37,7 @@ # "sphinxcontrib.katex", 'sphinx.ext.mathjax', "nbsphinx", - "sphinxcontrib.jinja", + "sphinx_jinja", "sphinx.ext.githubpages", 'sphinx_click' ]