We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9476b02 commit 04d7b29Copy full SHA for 04d7b29
docs/_static/img/plug.png
9.13 KB
docs/conf.py
@@ -33,7 +33,19 @@
33
language = None
34
35
pygments_style = 'sphinx'
36
+html_logo = '_static/img/plug.png'
37
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
+}
49
html_static_path = ['_static']
50
51
# One entry per manual page. List of tuples
0 commit comments