mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
[fix] sphinxcontrib.jinja -> sphinx_jinja
Starting with sphinx-jinja v2.0.0 the plugin is no longer in
sphinxcontrib.jinja. [1]
[1] d4f3ba9aa2/ChangeLog (L14-L15)
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
parent
44b7e78475
commit
dd5519eb8d
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue