diff --git a/README.md b/README.md index e6cc3d20532..a404e0a739f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,4 @@ -# PyGMT - -> A Python interface for the Generic Mapping Tools +PyGMT - A Python interface for the Generic Mapping Tools [Documentation (development version)](https://www.pygmt.org/dev) | [Contact](https://forum.generic-mapping-tools.org) | [TryOnline](https://github.com/GenericMappingTools/try-gmt) diff --git a/doc/_static/favicon.png b/doc/_static/favicon.png index 6cd8062c804..a7280bea53d 100644 Binary files a/doc/_static/favicon.png and b/doc/_static/favicon.png differ diff --git a/doc/_static/pygmtlogo.png b/doc/_static/pygmtlogo.png new file mode 100644 index 00000000000..dfcb86806df Binary files /dev/null and b/doc/_static/pygmtlogo.png differ diff --git a/doc/conf.py b/doc/conf.py index 7125c7d6959..854e7b16a3d 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -193,11 +193,13 @@ # Options for HTML output. html_theme = "sphinx_rtd_theme" -html_theme_options = {} +html_theme_options = { + "logo_only": True, +} html_title = project html_short_title = project html_baseurl = f"{doc_url}/dev/" if isdev else f"{doc_url}/latest/" -html_logo = "" +html_logo = "_static/pygmtlogo.png" html_favicon = "_static/favicon.png" html_css_files = ["style.css"] html_static_path = ["_static"] diff --git a/doc/index.md b/doc/index.md index d04a4353182..bca37a3d589 100644 --- a/doc/index.md +++ b/doc/index.md @@ -2,7 +2,7 @@ ```