Skip to content

Commit

Permalink
conf: temporary fix on logo bug caused by sphinx upgrade
Browse files Browse the repository at this point in the history
refer to sphinx-doc/sphinx#9381

Signed-off-by: taleintervenor <taleintervenor@sjtu.edu.cn>
  • Loading branch information
taleintervenor committed Jul 13, 2021
1 parent b54491e commit 7fbae24
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Expand Up @@ -76,11 +76,11 @@
# a list of builtin themes.
#
html_theme = 'sphinx_material'
html_favicon = 'img/favicon.png'
html_favicon = 'favicon.png'

# The name of an image file (relative to this directory) to place at the top
# of the sidebar.
html_logo = 'img/logos.png'
html_logo = 'logos.png'

# Material theme options (see theme.conf for more information)
html_theme_options = {
Expand Down
File renamed without changes
File renamed without changes

0 comments on commit 7fbae24

Please sign in to comment.