diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/_themes/searxng/static/searxng.css | 2 | ||||
| -rw-r--r-- | docs/conf.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/_themes/searxng/static/searxng.css b/docs/_themes/searxng/static/searxng.css index 64f6d4700..1ab8489ec 100644 --- a/docs/_themes/searxng/static/searxng.css +++ b/docs/_themes/searxng/static/searxng.css @@ -14,7 +14,7 @@ p.version-warning { background-color: #004b6b; } -div.sidebar { +aside.sidebar { background-color: whitesmoke; border-color: lightsteelblue; border-radius: 3pt; diff --git a/docs/conf.py b/docs/conf.py index 89d6bb8f6..1dd5693ca 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -116,7 +116,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. |