Skip to content

Commit

Permalink
fix: add a logo to the lib (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
12rambau authored Mar 20, 2024
1 parent cb9d0b8 commit 21a99ba
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ ipygee
Overview
--------

.. image:: https://raw.githubusercontent.com/gee-community/ipygee/logo/docs/_static/logo.svg
:width: 20%
:align: right

widgets to interact with GEE API

Credits
Expand Down
Binary file added docs/_static/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/_static/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
# -- Options for HTML output ---------------------------------------------------
html_theme = "pydata_sphinx_theme"
html_static_path = ["_static"]
html_logo = "_static/logo.png"
html_theme_options = {
"logo": {
"text": project,
Expand Down
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -120,3 +120,6 @@ warn_redundant_casts = true

[tool.licensecheck]
using = "PEP631"

[tool.codespell]
skip = "**/*.ipynb,**/*.yml,**/*.svg"

0 comments on commit 21a99ba

Please sign in to comment.