summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalf Gommers <ralf.gommers@gmail.com>2019-04-27 18:30:55 +0200
committerRalf Gommers <ralf.gommers@gmail.com>2019-04-27 18:33:12 +0200
commitd85d949cc1b59a09bcb3984ade3cd4ef373a6ab5 (patch)
treeef14d27a69fe76e1c53cd5e7ec931b302a2837bf
parentcf0d554d90a4169a038778461122e8b07310d9e1 (diff)
downloadscipy-sphinx-theme-d85d949cc1b59a09bcb3984ade3cd4ef373a6ab5.tar.gz
MAINT: remove "sponsored by Enthought" from logo
As discussed on the mailing list: https://mail.python.org/pipermail/scipy-dev/2019-April/023457.html
-rw-r--r--_theme/scipy/layout.html2
-rw-r--r--_theme/scipy/static/img/scipy_org_logo.gifbin2933 -> 0 bytes
-rw-r--r--_theme/scipy/static/img/scipy_org_logo.pngbin0 -> 4418 bytes
3 files changed, 1 insertions, 1 deletions
diff --git a/_theme/scipy/layout.html b/_theme/scipy/layout.html
index f0ab604..9d359d5 100644
--- a/_theme/scipy/layout.html
+++ b/_theme/scipy/layout.html
@@ -165,7 +165,7 @@
<div class="container">
<div class="top-scipy-org-logo-header">
<a href="{{ pathto('index') }}">
- <img style="border: 0;" alt="SciPy" src="{{ pathto('_static/img/scipy_org_logo.gif', 1) }}"></a>
+ <img style="border: 0;" alt="SciPy" src="{{ pathto('_static/img/scipy_org_logo.png', 1) }}"></a>
</div>
</div>
</div>
diff --git a/_theme/scipy/static/img/scipy_org_logo.gif b/_theme/scipy/static/img/scipy_org_logo.gif
deleted file mode 100644
index ab2e3ac..0000000
--- a/_theme/scipy/static/img/scipy_org_logo.gif
+++ /dev/null
Binary files differ
diff --git a/_theme/scipy/static/img/scipy_org_logo.png b/_theme/scipy/static/img/scipy_org_logo.png
new file mode 100644
index 0000000..a45cbe0
--- /dev/null
+++ b/_theme/scipy/static/img/scipy_org_logo.png
Binary files differ