Skip to content

Commit e86d9b2

Browse files
authored
Merge pull request #1277 from clearlinux/avjarami/drop-theme
Drop deprecated theme
2 parents 9c73b15 + 66664ca commit e86d9b2

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

source/conf.py

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -133,24 +133,14 @@ class copyAllConsole (BashSessionLexer):
133133

134134
# The theme to use for HTML and HTML Help pages. See the documentation for
135135
# a list of builtin themes.
136-
#html_theme = 'sphinx_rtd_theme'
137-
html_theme = 'otc_tcs_sphinx_theme'
136+
html_theme = 'bizstyle'
138137

139138
version = current_version = "latest"
140139

141140
# Theme options are theme-specific and customize the look and feel of a theme
142141
# further. For a list of options available for each theme, see the
143142
# 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 = {}
154144

155145
html_context = {
156146
"display_github": True, # Integrate GitHub

0 commit comments

Comments
 (0)