Skip to content

Commit

Permalink
Add sphinx.png image and favicon to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
kallimachos committed Apr 18, 2017
1 parent fcc9461 commit 4dfca4b
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Binary file added doc/_static/sphinx.ico
Binary file not shown.
Binary file added doc/_static/sphinx.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/_static/sphinx.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,12 +138,12 @@

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

# 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 = None
html_favicon = '_static/sphinx.ico'

# 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 4dfca4b

Please sign in to comment.