diff --git a/docs/source/conf.py b/docs/source/conf.py index f243d23c..e321ec91 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -96,7 +96,7 @@ html_theme = 'sphinx_rtd_theme' # # html_theme_options = {} -html_logo = 'static/logo.svg' +html_logo = 'static/logo.png' # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files, # so a file named "default.css" will overwrite the builtin "default.css". diff --git a/docs/source/static/logo.png b/docs/source/static/logo.png new file mode 100755 index 00000000..222cd069 Binary files /dev/null and b/docs/source/static/logo.png differ diff --git a/docs/source/static/logo.svg b/docs/source/static/logo.svg deleted file mode 100755 index 1827b208..00000000 --- a/docs/source/static/logo.svg +++ /dev/null @@ -1 +0,0 @@ -logo \ No newline at end of file