diff --git a/README.md b/README.md index 0c71873daa..159a6208e9 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ [![Docker Build Status](https://img.shields.io/docker/cloud/build/esmvalgroup/esmvaltool.svg)](https://hub.docker.com/r/esmvalgroup/esmvaltool/) [![Anaconda-Server Badge](https://anaconda.org/esmvalgroup/esmvaltool/badges/installer/conda.svg)](https://conda.anaconda.org/esmvalgroup) -![esmvaltoollogo](https://github.com/ESMValGroup/ESMValTool/blob/main/doc/sphinx/source/figures/ESMValTool-logo.png) +![esmvaltoollogo](https://github.com/ESMValGroup/ESMValTool/blob/main/doc/sphinx/source/figures/ESMValTool-logo-2.png) - [**Documentation**](https://docs.esmvaltool.org/en/latest/) - [**ESMValTool Website**](https://www.esmvaltool.org/) diff --git a/doc/sphinx/source/conf.py b/doc/sphinx/source/conf.py index 08f62bad06..abd8614160 100644 --- a/doc/sphinx/source/conf.py +++ b/doc/sphinx/source/conf.py @@ -172,7 +172,7 @@ # The name of an image file (relative to this directory) to place at the top # of the sidebar. -html_logo = 'figures/ESMValTool-logo.png' +html_logo = 'figures/ESMValTool-logo-2.png' # The name of an image file (within the static path) to use as favicon of the # docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32 @@ -264,7 +264,7 @@ \fi} \begin{titlepage} \begin{center} - \includegraphics[width=\textwidth]{../../source/figures/ESMValTool-logo.pdf}\par + \includegraphics[width=\textwidth]{../../source/figures/ESMValTool-logo-2.pdf}\par \vspace{2cm} {\Huge \bf \sffamily User's and Developer's Guide \par} \vspace{1cm} diff --git a/doc/sphinx/source/figures/ESMValTool-logo-2.pdf b/doc/sphinx/source/figures/ESMValTool-logo-2.pdf new file mode 100644 index 0000000000..faaa53123b Binary files /dev/null and b/doc/sphinx/source/figures/ESMValTool-logo-2.pdf differ diff --git a/doc/sphinx/source/figures/ESMValTool-logo-2.png b/doc/sphinx/source/figures/ESMValTool-logo-2.png new file mode 100644 index 0000000000..e876219038 Binary files /dev/null and b/doc/sphinx/source/figures/ESMValTool-logo-2.png differ