Configuration¶
Custom Logo¶
By default, your project title is put in the upper-left of the build documentation.
To use a logo for your project, use the html_logo option in your
conf.py
:
html_logo = "path/to/my/logo.png"
The path to this new logo has to be relative to the documentation’s conf.py
file.