13 lines
370 B
HTML
13 lines
370 B
HTML
|
|
{% extends "!nvidia_sphinx_theme/search.html" %}
|
||
|
|
|
||
|
|
{% block extrahead %}
|
||
|
|
{{ super() }}
|
||
|
|
<link rel="stylesheet" href="{{ pathto('_static/search_custom.css', 1) }}" />
|
||
|
|
{% endblock %}
|
||
|
|
|
||
|
|
{% block scripts %}
|
||
|
|
<script src="{{ pathto('_static/search_scorer.js', 1) }}"></script>
|
||
|
|
{{ super() }}
|
||
|
|
<script src="{{ pathto('_static/search_postprocess.js', 1) }}"></script>
|
||
|
|
{% endblock %}
|