diff --git a/README.rst b/README.rst index 8608d90..5651e63 100644 --- a/README.rst +++ b/README.rst @@ -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 diff --git a/docs/_static/logo.png b/docs/_static/logo.png new file mode 100644 index 0000000..c49f488 Binary files /dev/null and b/docs/_static/logo.png differ diff --git a/docs/_static/logo.svg b/docs/_static/logo.svg new file mode 100644 index 0000000..2d92e6b --- /dev/null +++ b/docs/_static/logo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/docs/conf.py b/docs/conf.py index 64a6e48..88a95c3 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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, diff --git a/pyproject.toml b/pyproject.toml index 15fc83f..fb2070e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -120,3 +120,6 @@ warn_redundant_casts = true [tool.licensecheck] using = "PEP631" + +[tool.codespell] +skip = "**/*.ipynb,**/*.yml,**/*.svg" \ No newline at end of file