diff --git a/README.rst b/README.rst index 7fde8945..735e90c2 100644 --- a/README.rst +++ b/README.rst @@ -1,3 +1,5 @@ +.. image:: docs/source/_static/logo_dynsight.png + Overview ======== diff --git a/docs/source/_static/logo_dynsight.png b/docs/source/_static/logo_dynsight.png new file mode 100644 index 00000000..577cae22 Binary files /dev/null and b/docs/source/_static/logo_dynsight.png differ diff --git a/docs/source/conf.py b/docs/source/conf.py index d6008384..818aa791 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -13,7 +13,7 @@ if TYPE_CHECKING: from sphinx.application import Sphinx -project = "dynsight" +project = "" project_copyright = "2023, Andrew Tarzia" author = "Andrew Tarzia" @@ -57,6 +57,7 @@ html_theme = "furo" html_static_path = ["_static"] +html_logo = "_static/logo_dynsight.png" def setup(app: Sphinx) -> None: diff --git a/docs/source/index.rst b/docs/source/index.rst index a96c2d9f..45982648 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -44,6 +44,8 @@ Modules +.. image:: _static/logo_dynsight.png + Overview ========