Skip to content

Commit

Permalink
docs: add logo to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mdtanker committed Jan 26, 2024
1 parent 31083e3 commit c26f850
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
3 changes: 1 addition & 2 deletions README.md
@@ -1,5 +1,4 @@
![](docs/logo.png)

<h1 align="center">PolarToolkit</h1>
<h2 align="center">Functions to automate Antarctic data visualization</h2>

<p align="center">
Expand Down
7 changes: 6 additions & 1 deletion docs/conf.py
Expand Up @@ -89,7 +89,8 @@
# HTML output configuration
# -----------------------------------------------------------------------------
html_title = f'{project} <span class="project-version">{version}</span>'
# html_logo = "_static/harmonica-logo.png"
html_logo = "logo.png"
html_static_path = ["_static"]
# html_favicon = "_static/favicon.png"
html_last_updated_fmt = "%b %d, %Y"
html_copy_source = True
Expand All @@ -110,4 +111,8 @@
"use_repository_button": True,
"use_download_button": True,
"home_page_in_toc": False,
"logo": {
"link": "https://github.com/mdtanker/polartoolkit",
"alt_text": "PolarToolkit Logo - GitHub",
},
}
6 changes: 1 addition & 5 deletions docs/index.md
@@ -1,8 +1,4 @@
```{image} logo.png
:alt: logo
:width: 400px
:align: center
```
# PolarToolkit

Functions to automate Antarctic data visualization

Expand Down

0 comments on commit c26f850

Please sign in to comment.