Skip to content

Commit

Permalink
Adding pointers to original files
Browse files Browse the repository at this point in the history
  • Loading branch information
wardweistra committed Dec 14, 2020
1 parent 3ce0e74 commit 413aeb4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions _static/js/searchtools_firely.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ Search.query = function(query) {
}

// EDITS FIRELY START
// Based on https://github.com/sphinx-doc/sphinx/blob/master/sphinx/themes/basic/static/searchtools.js

var searchTitle = '';

Expand Down
5 changes: 3 additions & 2 deletions _templates/search.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{% extends "!search.html" %}
<!-- Based on https://github.com/readthedocs/sphinx_rtd_theme/blob/master/sphinx_rtd_theme/search.html -->

{%- block scripts %}
{% block scripts %}
{{ super() }}
<script type="text/javascript" src="{{ pathto('_static/js/searchtools_firely.js', 1) }}"></script>
{%- endblock %}
{% endblock %}

0 comments on commit 413aeb4

Please sign in to comment.