mirror of
https://github.com/clearml/clearml
synced 2025-01-30 16:46:58 +00:00
Fix logo
This commit is contained in:
parent
39e206f94b
commit
66252b0c36
3
setup.py
3
setup.py
@ -21,8 +21,7 @@ long_description = read_text(os.path.join(here, 'README.md'))
|
||||
# fix github, dark logo hack.
|
||||
long_description = long_description.replace(
|
||||
"""<img align="center" src="docs/clearml-logo.svg#gh-light-mode-only" alt="Clear|ML"><img align="center" src="docs/clearml-logo-dark.svg#gh-dark-mode-only" alt="Clear|ML">""", # noqa
|
||||
"""<a href="https://app.clear.ml"><img src="https://github.com/clearml/clearml/blob/master/docs/clearml-logo.svg?raw=true" width="250px"></a>""", # noqa
|
||||
1
|
||||
"""<a href="https://clear.ml"><img src="https://raw.githubusercontent.com/clearml/clearml/refs/heads/master/docs/clearml-logo.svg" width="250px"></a>""", # noqa
|
||||
)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user