diff --git a/docs/source/_static/_images/dark.png b/docs/source/_static/_images/dark.png deleted file mode 100644 index 15e19c2..0000000 Binary files a/docs/source/_static/_images/dark.png and /dev/null differ diff --git a/docs/source/_static/_images/logo.png b/docs/source/_static/_images/logo.png deleted file mode 100644 index ddba8ad..0000000 Binary files a/docs/source/_static/_images/logo.png and /dev/null differ diff --git a/docs/source/_static/_images/logosmall.png b/docs/source/_static/_images/logosmall.png deleted file mode 100644 index d93ed8a..0000000 Binary files a/docs/source/_static/_images/logosmall.png and /dev/null differ diff --git a/docs/source/_static/_logo/pyaml-logo.svg b/docs/source/_static/_logo/pyaml-logo.svg new file mode 100644 index 0000000..bf5ac62 --- /dev/null +++ b/docs/source/_static/_logo/pyaml-logo.svg @@ -0,0 +1,154 @@ + + + +pyAML logopyAMLpyAML logo diff --git a/docs/source/conf.py b/docs/source/conf.py index c48710a..ca7bb0e 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -54,7 +54,7 @@ html_title = "tango-pyaml" html_show_sourcelink = False html_css_files = ["custom.css"] -html_logo = "_static/_images/logo.png" +html_logo = "_static/_logo/pyaml-logo.svg" html_theme_options = { "navigation_depth": 4,