diff --git a/README.md b/README.md index 7881d80e02..8d1c2ac289 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![PyPI](https://img.shields.io/pypi/v/ophyd-async.svg)](https://pypi.org/project/ophyd-async) [![License](https://img.shields.io/badge/License-BSD_3--Clause-blue.svg)](https://choosealicense.com/licenses/bsd-3-clause) -# ophyd-async +# ![ophyd-async](https://raw.githubusercontent.com/bluesky/ophyd-async/main/docs/images/ophyd-async-logo.svg) Asynchronous Bluesky hardware abstraction code, compatible with control systems like EPICS and Tango. diff --git a/docs/conf.py b/docs/conf.py index 77565b386d..7a7d1db7bc 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -188,9 +188,6 @@ # will fix the switcher at the end of the docs workflow, but never gets a chance # to complete as the docs build warns and fails. html_theme_options = { - "logo": { - "text": project, - }, "use_edit_page_button": True, "github_url": f"https://github.com/{github_user}/{github_repo}", "icon_links": [ @@ -230,8 +227,8 @@ html_show_copyright = False # Logo -html_logo = "images/bluesky_ophyd_logo.svg" -html_favicon = "images/ophyd_favicon.svg" +html_logo = "images/ophyd-async-logo.svg" +html_favicon = "images/ophyd-favicon.svg" # If False and a module has the __all__ attribute set, autosummary documents # every member listed in __all__ and no others. Default is True diff --git a/docs/images/bluesky_ophyd_epics_devices_logo.svg b/docs/images/bluesky_ophyd_epics_devices_logo.svg deleted file mode 100644 index 5eefa60947..0000000000 --- a/docs/images/bluesky_ophyd_epics_devices_logo.svg +++ /dev/null @@ -1,389 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/docs/images/bluesky_ophyd_logo.svg b/docs/images/bluesky_ophyd_logo.svg deleted file mode 100644 index 0ea32810e2..0000000000 --- a/docs/images/bluesky_ophyd_logo.svg +++ /dev/null @@ -1,323 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/docs/images/ophyd-async-logo.svg b/docs/images/ophyd-async-logo.svg new file mode 100644 index 0000000000..5b20bada91 --- /dev/null +++ b/docs/images/ophyd-async-logo.svg @@ -0,0 +1,358 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/images/ophyd_favicon.svg b/docs/images/ophyd-favicon.svg similarity index 100% rename from docs/images/ophyd_favicon.svg rename to docs/images/ophyd-favicon.svg