We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c339e26 commit eb1c7d0Copy full SHA for eb1c7d0
1 file changed
doc/conf.py
@@ -94,7 +94,13 @@
94
# further. For a list of options available for each theme, see the
95
# documentation.
96
#
97
-# html_theme_options = {}
+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
+}
104
105
# Add any paths that contain custom static files (such as style sheets) here,
106
# relative to this directory. They are copied after the builtin static files,
@@ -108,6 +114,8 @@
108
114
# refs: http://alabaster.readthedocs.io/en/latest/installation.html#sidebars
109
115
html_sidebars = {
110
116
'**': [
117
+ 'about.html',
118
+ 'navigation.html',
111
119
'relations.html', # needs 'show_related': True theme option to display
112
120
'searchbox.html',
113
121
]
0 commit comments