Render the new logo in the documentation

This commit is contained in:
JC Brand 2019-01-01 11:16:14 +01:00
parent a31c2d40f2
commit e41eebcce9
4 changed files with 61 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 574 B

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 64 KiB

View File

@ -9,9 +9,7 @@
{% block footer %}
{{ super() }}
<script>
converse.initialize({
bosh_service_url: 'https://conversejs.org/http-bind/',
});
converse.initialize({'bosh_service_url': 'https://conversejs.org/http-bind/'});
</script>
{% endblock %}

View File

@ -102,7 +102,7 @@ html_static_path = ['_static']
# (Optional) Logo. Should be small enough to fit the navbar (ideally 24x24).
# Path should be relative to the ``_static`` files directory.
html_logo = "_static/conversejs_small.png"
html_logo = "_static/logo.svg"
# Theme options are theme-specific and customize the look and feel of a
# theme further.