Skip to content

Commit 7d6070b

Browse files
authored
Logo (#629)
1 parent 1260e02 commit 7d6070b

File tree

6 files changed

+361
-718
lines changed

6 files changed

+361
-718
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![PyPI](https://img.shields.io/pypi/v/ophyd-async.svg)](https://pypi.org/project/ophyd-async)
44
[![License](https://img.shields.io/badge/License-BSD_3--Clause-blue.svg)](https://choosealicense.com/licenses/bsd-3-clause)
55

6-
# ophyd-async
6+
# ![ophyd-async](https://raw.githubusercontent.com/bluesky/ophyd-async/main/docs/images/ophyd-async-logo.svg)
77

88
Asynchronous Bluesky hardware abstraction code, compatible with control systems like EPICS and Tango.
99

docs/conf.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -188,9 +188,6 @@
188188
# will fix the switcher at the end of the docs workflow, but never gets a chance
189189
# to complete as the docs build warns and fails.
190190
html_theme_options = {
191-
"logo": {
192-
"text": project,
193-
},
194191
"use_edit_page_button": True,
195192
"github_url": f"https://github.com/{github_user}/{github_repo}",
196193
"icon_links": [
@@ -230,8 +227,8 @@
230227
html_show_copyright = False
231228

232229
# Logo
233-
html_logo = "images/bluesky_ophyd_logo.svg"
234-
html_favicon = "images/ophyd_favicon.svg"
230+
html_logo = "images/ophyd-async-logo.svg"
231+
html_favicon = "images/ophyd-favicon.svg"
235232

236233
# If False and a module has the __all__ attribute set, autosummary documents
237234
# every member listed in __all__ and no others. Default is True

0 commit comments

Comments
 (0)