From 1930d10f4bde7de82870381c3f86f8e0ee5497ea Mon Sep 17 00:00:00 2001 From: Katherine Mantel Date: Tue, 9 Nov 2021 16:09:49 -0500 Subject: [PATCH 1/2] search.html: load language_data.js applied from https://github.com/readthedocs/sphinx_rtd_theme/pull/1021 --- psyneulink_sphinx_theme/search.html | 1 + 1 file changed, 1 insertion(+) diff --git a/psyneulink_sphinx_theme/search.html b/psyneulink_sphinx_theme/search.html index fe957c8..2d78826 100644 --- a/psyneulink_sphinx_theme/search.html +++ b/psyneulink_sphinx_theme/search.html @@ -12,6 +12,7 @@ {% set script_files = script_files + ['_static/searchtools.js'] %} {% block footer %} + {{ super() }} {% endblock %} {% block body %} From b356bc515d80a7ae85816edb37563383427338db Mon Sep 17 00:00:00 2001 From: Katherine Mantel Date: Tue, 9 Nov 2021 16:11:22 -0500 Subject: [PATCH 2/2] maint: bump version to v1.2.3.0 --- psyneulink_sphinx_theme/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/psyneulink_sphinx_theme/__init__.py b/psyneulink_sphinx_theme/__init__.py index b89c66e..97b05c9 100755 --- a/psyneulink_sphinx_theme/__init__.py +++ b/psyneulink_sphinx_theme/__init__.py @@ -5,7 +5,7 @@ """ from os import path -__version__ = '1.2.2.1' +__version__ = '1.2.3.0' __version_full__ = __version__