Commit 133bb250 by Sheng Zha Committed by Tianqi Chen

add favicon in rtd (#3379)

parent df88c411
...@@ -165,6 +165,8 @@ html_theme_options = { ...@@ -165,6 +165,8 @@ html_theme_options = {
html_logo = "_static/img/tvm-logo-small.png" html_logo = "_static/img/tvm-logo-small.png"
html_favicon = "_static/img/tvm-logo-square.png"
# Output file base name for HTML help builder. # Output file base name for HTML help builder.
htmlhelp_basename = project + 'doc' htmlhelp_basename = project + 'doc'
......
...@@ -107,6 +107,7 @@ ALLOW_SPECIFIC_FILE = { ...@@ -107,6 +107,7 @@ ALLOW_SPECIFIC_FILE = {
# documentation related files # documentation related files
"docs/_static/css/tvm_theme.css", "docs/_static/css/tvm_theme.css",
"docs/_static/img/tvm-logo-small.png", "docs/_static/img/tvm-logo-small.png",
"docs/_static/img/tvm-logo-square.png",
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment