Skip to content

Commit

Permalink
Set a logo in the Sphinx docs (#1760)
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Nov 11, 2021
1 parent 24e83a1 commit de0e00a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,12 +231,12 @@

# The name of an image file (within the static path) to place at the top of
# the sidebar.
# html_logo = None
html_logo = '_static/ansible-lint.svg'

# The name of an image file (within the static path) to use as favicon of the
# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
# pixels large.
html_favicon = '_static/ansible-lint.svg'
html_favicon = html_logo

# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
Expand Down

0 comments on commit de0e00a

Please sign in to comment.