Skip to content

Commit

Permalink
Merge pull request #2 from kmantel/release/1.2.3.0
Browse files Browse the repository at this point in the history
Release/1.2.3.0
  • Loading branch information
kmantel authored Nov 10, 2021
2 parents 3569113 + b356bc5 commit 622332f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion psyneulink_sphinx_theme/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"""
from os import path

__version__ = '1.2.2.1'
__version__ = '1.2.3.0'
__version_full__ = __version__


Expand Down
1 change: 1 addition & 0 deletions psyneulink_sphinx_theme/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
{% set script_files = script_files + ['_static/searchtools.js'] %}
{% block footer %}
<script type="text/javascript" src="{{ pathto('searchindex.js', 1) }}" defer></script>
<script type="text/javascript" src="{{ pathto('_static/language_data.js', 1) }}"></script>
{{ super() }}
{% endblock %}
{% block body %}
Expand Down

0 comments on commit 622332f

Please sign in to comment.