We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c2b8ac commit b5d202fCopy full SHA for b5d202f
1 file changed
docs/source/conf.py
@@ -93,8 +93,12 @@
93
#
94
html_theme_options = {
95
'logo': 'logo.png',
96
- 'github_repo': 'ODM2',
+ 'logo_name': 'ODM2',
97
+ 'github_user': 'ODM2',
98
'github_repo': 'ODM2PythonAPI',
99
+ 'github_banner': True,
100
+ 'travis_button': True,
101
+ 'fixed_sidebar': True,
102
}
103
104
# Add any paths that contain custom static files (such as style sheets) here,
0 commit comments