diff --git a/docs/_themes/sphinx_rtd_theme/search.html b/docs/_themes/sphinx_rtd_theme/search.html index 296ef2615..4c282db1f 100644 --- a/docs/_themes/sphinx_rtd_theme/search.html +++ b/docs/_themes/sphinx_rtd_theme/search.html @@ -5,22 +5,23 @@ Template for the search page. :copyright: Copyright 2007-2013 by the Sphinx team, see AUTHORS. - :license: BSD, see LICENSE for details. + :license: BSD, see https://github.com/sphinx-doc/sphinx/blob/master/LICENSE for details. #} {%- extends "layout.html" %} {% set title = _('Search') %} {% set display_vcs_links = False %} {%- block scripts %} {{ super() }} - + + {%- endblock %} {% block footer %} - {# this is used when loading the search index using $.ajax fails, such as on Chrome for documents on localhost #} - + {{ super() }} {% endblock %} {% block body %} diff --git a/docs/requirements.txt b/docs/requirements.txt index f04426a6f..0721a6b8a 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -3,5 +3,5 @@ sphinx<4 Jinja2<3.1 sphinx_markdown_tables -recommonmark +recommonmark==0.7.1 -e .. \ No newline at end of file