Skip to content

Commit eb1c7d0

Browse files
committed
doc: make docs pretty, link to GitHub
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
1 parent c339e26 commit eb1c7d0

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

doc/conf.py

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,13 @@
9494
# further. For a list of options available for each theme, see the
9595
# documentation.
9696
#
97-
# html_theme_options = {}
97+
html_theme_options = {
98+
'github_user' : 'open-power',
99+
'github_repo' : 'op-test-framework',
100+
'github_button' : True,
101+
'github_banner' : True,
102+
'travis_button' : True,
103+
}
98104

99105
# Add any paths that contain custom static files (such as style sheets) here,
100106
# relative to this directory. They are copied after the builtin static files,
@@ -108,6 +114,8 @@
108114
# refs: http://alabaster.readthedocs.io/en/latest/installation.html#sidebars
109115
html_sidebars = {
110116
'**': [
117+
'about.html',
118+
'navigation.html',
111119
'relations.html', # needs 'show_related': True theme option to display
112120
'searchbox.html',
113121
]

0 commit comments

Comments
 (0)