Commit b4aff54d authored by Stefan Behnel's avatar Stefan Behnel

docs: make logo integration work with older Sphinx versions

parent 7c1ffb90
...@@ -163,12 +163,12 @@ except (ImportError, AttributeError): ...@@ -163,12 +163,12 @@ except (ImportError, AttributeError):
# The name of an image file (relative to this directory) to place at the top # The name of an image file (relative to this directory) to place at the top
# of the sidebar. # of the sidebar.
html_logo = "cythonlogo.png" html_logo = "_static/cythonlogo.png"
# The name of an image file (within the static path) to use as favicon of the # 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 # docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
# pixels large. # pixels large.
html_favicon = "favicon.ico" html_favicon = "_static/favicon.ico"
# Add any paths that contain custom static files (such as style sheets) here, # 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, # relative to this directory. They are copied after the builtin static files,
......
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