File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change 3333language = None
3434
3535pygments_style = "sphinx"
36- html_logo = "_static/img/plug.png"
36+ # html_logo = "_static/img/plug.png"
3737html_theme = "alabaster"
3838html_theme_options = {
39- # 'logo': 'img/plug.png',
40- # 'logo_name': 'true',
41- "description" : "The `pytest` plugin system" ,
39+ "logo" : "img/plug.png" ,
40+ "description" : "The pytest plugin system" ,
4241 "github_user" : "pytest-dev" ,
4342 "github_repo" : "pluggy" ,
4443 "github_button" : "true" ,
4544 "github_banner" : "true" ,
45+ "github_type" : "star" ,
46+ "travis_button" : "true" ,
47+ "badge_branch" : "master" ,
4648 "page_width" : "1080px" ,
4749 "fixed_sidebar" : "false" ,
4850}
51+ html_sidebars = {
52+ "**" : ["about.html" , "localtoc.html" , "relations.html" , "searchbox.html" ]
53+ }
4954html_static_path = ["_static" ]
5055
5156# One entry per manual page. List of tuples
You can’t perform that action at this time.
0 commit comments