Skip to content

Commit

Permalink
docs: Try to fix logos 📚
Browse files Browse the repository at this point in the history
  • Loading branch information
luukvdmeer committed Jan 16, 2024
1 parent d1d72ec commit 0e51d98
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.](https://www.repostatus.org/badges/latest/wip.svg)](https://www.repostatus.org/#wip)
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/ZGIS/semantique/HEAD?labpath=demo%2Ftest.ipynb)

<img src="docs/source/_images/logo.png" align="right" width="150" />
<img src="docs/source/_static/logo.png" align="right" width="150" />

`semantique` is a Python package that implements a structured framework for semantic querying in Earth observation data cubes, meaning that users can query the cube through an ontology.
## Content
Expand Down
File renamed without changes
File renamed without changes
7 changes: 4 additions & 3 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static']

html_logo = "_static/logo.png"
html_favicon = "_static/logo.png"

html_theme_options = {
"repository_url": "https://github.com/ZGIS/semantique",
"repository_branch": "main",
Expand All @@ -79,12 +82,10 @@
"binderhub_url": "https://mybinder.org/v2/gh/ZGIS/semantique/HEAD?labpath=demo"
},
"logo": {
"image_dark": "_images/logo_dark.png"
"image_dark": "_static/logo_dark.png"
}
}

html_logo = "_images/logo.png"

# -- Napoleon configuration ---------------------------------------------------

napoleon_use_param = True
Expand Down

0 comments on commit 0e51d98

Please sign in to comment.