Skip to content

Commit

Permalink
DOCS: Fixed file path of logos (#969)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelweinold committed Oct 3, 2022
1 parent 7776543 commit a591d69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user_guide/branding.rst
Expand Up @@ -16,7 +16,7 @@ To use a local image file, put an image in a folder that is in `html_static_path
.. code:: python
html_static_path = ["_static"]
html_logo = "_static/logo.png"
html_logo = "logo.png"
To use an external link to an image, make sure the ``html_logo`` begins with ``http``.
For example:
Expand Down

0 comments on commit a591d69

Please sign in to comment.