Skip to content

Commit

Permalink
DOC: Refactor and use logo in documentation
Browse files Browse the repository at this point in the history
Refactor and use logo in documentation:
- Move the existing logo file to the `doc/_static` folder.
- Create and use a smaller PNG version with the background being set to
  full transparency.
- Create and use a favicon.
  • Loading branch information
jhlegarreta committed Oct 29, 2023
1 parent ba9f379 commit 1751fda
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 0 deletions.
Binary file added doc/_static/icon/favicon.ico
Binary file not shown.
File renamed without changes
Binary file added doc/_static/wma_small_alpha.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,9 @@
#
html_theme = "sphinx_rtd_theme"

html_favicon = "_static/icon/favicon.ico"
html_logo = "_static/wma_small_alpha.png"

# 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,
# so a file named "default.css" will overwrite the builtin "default.css".
Expand Down

0 comments on commit 1751fda

Please sign in to comment.