DiamondLightSource / python-copier-template

Diamond's opinionated copier template for pure Python projects managed by pip
Apache License 2.0
4 stars 2 forks source link

Delete favicon and use logo.svg in `conf.py` instead #53

Closed coretl closed 7 months ago

coretl commented 7 months ago

Replace docs/images/dls-logo.svg with a link to the file in the root Delete docs/image/dls-favicon.ico Use this snippet in conf.py

# Logo
html_logo = "images/dls-logo.svg"
html_favicon = html_logo

When adopting into existing projects then if there is a different logo, it should take precedence over dls-logo.