diff --git a/docs/source/_static/conversejs_small.png b/docs/source/_static/conversejs_small.png deleted file mode 100644 index 3c86868bc..000000000 Binary files a/docs/source/_static/conversejs_small.png and /dev/null differ diff --git a/docs/source/_static/logo.svg b/docs/source/_static/logo.svg new file mode 100644 index 000000000..ae63132ff --- /dev/null +++ b/docs/source/_static/logo.svg @@ -0,0 +1,59 @@ + diff --git a/docs/source/_templates/layout.html b/docs/source/_templates/layout.html index 83122d974..2793ff6d7 100644 --- a/docs/source/_templates/layout.html +++ b/docs/source/_templates/layout.html @@ -9,9 +9,7 @@ {% block footer %} {{ super() }} {% endblock %} diff --git a/docs/source/conf.py b/docs/source/conf.py index cad4e59eb..5253486a8 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -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.