Adding a logo¶
Logos are a point of recognition and an important part of branding. Furo supports the standard Sphinx mechanism to add your project’s logo in the documentation. This is done by setting html_logo
in conf.py
:
html_logo = "logo.png"
It is also possible to hide the name of the project in the sidebar, which might be desirable if the logo contains the project name.