Added local version of the logo image. Also added MathJax.js to the docs.
This commit is contained in:
parent
c2d131c42b
commit
d94f42e17a
BIN
docs/rst/_static/logo.gif
Normal file
BIN
docs/rst/_static/logo.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.0 KiB |
|
@ -108,6 +108,7 @@
|
||||||
{%- for scriptfile in script_files %}
|
{%- for scriptfile in script_files %}
|
||||||
<script type="text/javascript" src="{{ pathto(scriptfile, 1) }}"></script>
|
<script type="text/javascript" src="{{ pathto(scriptfile, 1) }}"></script>
|
||||||
{%- endfor %}
|
{%- endfor %}
|
||||||
|
<script type="text/javascript" src="{{ pathto('../../MathJax.js', 1) }}"></script>
|
||||||
{%- if use_opensearch %}
|
{%- if use_opensearch %}
|
||||||
<link rel="search" type="application/opensearchdescription+xml"
|
<link rel="search" type="application/opensearchdescription+xml"
|
||||||
title="{% trans docstitle=docstitle|e %}Search within {{ docstitle }}{% endtrans %}"
|
title="{% trans docstitle=docstitle|e %}Search within {{ docstitle }}{% endtrans %}"
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
<h1 id="site-title">
|
<h1 id="site-title">
|
||||||
<span>
|
<span>
|
||||||
<a href="http://www.mathjax.org/" title="MathJax" rel="home">
|
<a href="http://www.mathjax.org/" title="MathJax" rel="home">
|
||||||
<img src="http://www.mathjax.org/wp-content/themes/mathjax/images/logo.gif" alt="MathJax">
|
<img src="{{ pathto('_static/logo.gif', 1) }}" alt="MathJax">
|
||||||
</a>
|
</a>
|
||||||
</span>
|
</span>
|
||||||
</h1>
|
</h1>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user