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' ]