Skip to content

Commit b5d202f

Browse files
committed
config Alabaster
1 parent 1c2b8ac commit b5d202f

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

docs/source/conf.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,12 @@
9393
#
9494
html_theme_options = {
9595
'logo': 'logo.png',
96-
'github_repo': 'ODM2',
96+
'logo_name': 'ODM2',
97+
'github_user': 'ODM2',
9798
'github_repo': 'ODM2PythonAPI',
99+
'github_banner': True,
100+
'travis_button': True,
101+
'fixed_sidebar': True,
98102
}
99103

100104
# Add any paths that contain custom static files (such as style sheets) here,

0 commit comments

Comments
 (0)