--------------------------------------------------------------------------------
/doc/source/_templates/page.html:
--------------------------------------------------------------------------------
1 | {# Drop version number from the HTML documentation title #}
2 | {%- set docstitle = "PyWavelets Documentation" %}
3 |
4 | {% extends "!page.html" %}
5 |
6 | {% block extrahead %}
7 | {{ super() }}
8 |