Skip to content

Commit 04d7b29

Browse files
author
Tyler Goodlet
committed
Add a plug logo
Resolves #40
1 parent 9476b02 commit 04d7b29

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

docs/_static/img/plug.png

9.13 KB
Loading

docs/conf.py

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,19 @@
3333
language = None
3434

3535
pygments_style = 'sphinx'
36+
html_logo = '_static/img/plug.png'
3637
html_theme = 'alabaster'
38+
html_theme_options = {
39+
# 'logo': 'img/plug.png',
40+
# 'logo_name': 'true',
41+
'description': 'The `pytest` plugin system',
42+
'github_user': 'pytest-dev',
43+
'github_repo': 'pluggy',
44+
'github_button': 'true',
45+
'github_banner': 'true',
46+
'page_width': '1080px',
47+
'fixed_sidebar': 'false',
48+
}
3749
html_static_path = ['_static']
3850

3951
# One entry per manual page. List of tuples

0 commit comments

Comments
 (0)