Skip to content
Draft
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# PyGMT

> A Python interface for the Generic Mapping Tools
<img alt="PyGMT - A Python interface for the Generic Mapping Tools" class="right" style="width: 65%" src="https://github.com/sfrooti/PyGMT-Logo/blob/75add2ab7fc522bcfd5ce199e7cc73e82bbab910/PyGMT_Transparent_Horizontal.png"/>

[Documentation (development version)](https://www.pygmt.org/dev) | [Contact](https://forum.generic-mapping-tools.org) | [TryOnline](https://github.com/GenericMappingTools/try-gmt)

Expand Down
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,8 @@
html_title = project
html_short_title = project
html_baseurl = f"{doc_url}/dev/" if isdev else f"{doc_url}/latest/"
html_logo = ""
html_favicon = "_static/favicon.png"
html_logo = "https://github.com/sfrooti/PyGMT-Logo/blob/75add2ab7fc522bcfd5ce199e7cc73e82bbab910/PyGMT_Transparent_Horizontal.png"
html_favicon = "https://github.com/sfrooti/PyGMT-Logo/blob/75add2ab7fc522bcfd5ce199e7cc73e82bbab910/PyGMT_Transparent_Horizontal.png"
html_css_files = ["style.css"]
html_static_path = ["_static"]
html_extra_path = []
Expand Down
Loading