diff --git a/docs/source/DeepFlameLOGO.jpg b/docs/source/DeepFlameLOGO.jpg deleted file mode 100644 index fbc14e6d..00000000 Binary files a/docs/source/DeepFlameLOGO.jpg and /dev/null differ diff --git a/docs/source/DeepFlameLOGO.png b/docs/source/DeepFlameLOGO.png new file mode 100644 index 00000000..944106ce Binary files /dev/null and b/docs/source/DeepFlameLOGO.png differ diff --git a/docs/source/conf.py b/docs/source/conf.py index bf505f56..2bdcb916 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -35,7 +35,7 @@ # https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output html_theme = 'sphinx_rtd_theme' -html_logo = 'DeepFlameLOGO.jpg' +html_logo = 'DeepFlameLOGO.png' # -- Options for EPUB output