File tree 1 file changed +2
-12
lines changed 1 file changed +2
-12
lines changed Original file line number Diff line number Diff line change @@ -133,24 +133,14 @@ class copyAllConsole (BashSessionLexer):
133
133
134
134
# The theme to use for HTML and HTML Help pages. See the documentation for
135
135
# a list of builtin themes.
136
- #html_theme = 'sphinx_rtd_theme'
137
- html_theme = 'otc_tcs_sphinx_theme'
136
+ html_theme = 'bizstyle'
138
137
139
138
version = current_version = "latest"
140
139
141
140
# Theme options are theme-specific and customize the look and feel of a theme
142
141
# further. For a list of options available for each theme, see the
143
142
# documentation.
144
- html_theme_options = {
145
- # 'canonical_url': 'docs.01.org/clearlinux/', # remove old url - mv
146
- 'canonical_url' : 'clearlinux.github.io/clear-linux-documentation/' ,
147
- 'style_nav_header_background' : '#007ab2' ,
148
- 'navigation_depth' : 4 ,
149
- 'display_version' : False ,
150
- 'collapse_navigation' : False ,
151
- 'prev_next_buttons_location' : 'None' ,
152
- 'sticky_navigation' : True
153
- }
143
+ html_theme_options = {}
154
144
155
145
html_context = {
156
146
"display_github" : True , # Integrate GitHub
You can’t perform that action at this time.
0 commit comments