This repository was archived by the owner on Aug 7, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Original file line number Diff line number Diff 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
139138version = 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
155145html_context = {
156146 "display_github" : True , # Integrate GitHub
You can’t perform that action at this time.
0 commit comments