Skip to content

Commit

Permalink
Add a plug logo
Browse files Browse the repository at this point in the history
Resolves #40
  • Loading branch information
Tyler Goodlet committed Feb 5, 2017
1 parent e4d13d9 commit 1b40531
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
Binary file added docs/_static/img/plug.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,19 @@
language = None

pygments_style = 'sphinx'
html_logo = '_static/img/plug.png'
html_theme = 'alabaster'
html_theme_options = {
# 'logo': 'img/plug.png',
# 'logo_name': 'true',
'description': 'The `pytest` plugin system',
'github_user': 'pytest-dev',
'github_repo': 'pluggy',
'github_button': 'true',
'github_banner': 'true',
'page_width': '1080px',
'fixed_sidebar': 'false',
}
html_static_path = ['_static']

# One entry per manual page. List of tuples
Expand Down

0 comments on commit 1b40531

Please sign in to comment.