From dd5519eb8da6e6dc1956c12746af75edf0a7926a Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Fri, 11 Mar 2022 09:17:02 +0100 Subject: [PATCH] [fix] sphinxcontrib.jinja -> sphinx_jinja Starting with sphinx-jinja v2.0.0 the plugin is no longer in sphinxcontrib.jinja. [1] [1] https://github.com/tardyp/sphinx-jinja/blob/d4f3ba9aa2b6a1217dfd90c676475d516e69b306/ChangeLog#L14-L15 Signed-off-by: Markus Heiser --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 2f58bdb12..190674f81 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -117,7 +117,7 @@ extensions = [ "sphinx.ext.intersphinx", "pallets_sphinx_themes", "sphinx_issues", # https://github.com/sloria/sphinx-issues/blob/master/README.rst - "sphinxcontrib.jinja", # https://github.com/tardyp/sphinx-jinja + "sphinx_jinja", # https://github.com/tardyp/sphinx-jinja "sphinxcontrib.programoutput", # https://github.com/NextThought/sphinxcontrib-programoutput 'linuxdoc.kernel_include', # Implementation of the 'kernel-include' reST-directive. 'linuxdoc.rstFlatTable', # Implementation of the 'flat-table' reST-directive.