diff --git a/docs/source/_static/_images/dark.png b/docs/source/_static/_images/dark.png deleted file mode 100644 index 15e19c263..000000000 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 ddba8ad81..000000000 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 d93ed8ad8..000000000 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 000000000..bf5ac623a --- /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 560eafeda..a84769b3f 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -50,7 +50,7 @@ html_title = "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,