diff options
Diffstat (limited to 'scripts/automation/trex_control_plane/doc')
-rwxr-xr-x | scripts/automation/trex_control_plane/doc/conf.py | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/scripts/automation/trex_control_plane/doc/conf.py b/scripts/automation/trex_control_plane/doc/conf.py index aeee475f..9d32ca24 100755 --- a/scripts/automation/trex_control_plane/doc/conf.py +++ b/scripts/automation/trex_control_plane/doc/conf.py @@ -123,10 +123,12 @@ todo_include_todos = True # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. -html_theme = 'sphinx_rtd_theme' -html_theme_options = { +#html_theme = 'sphinx_rtd_theme' +html_theme = 'classic' + +#html_theme_options = { # "rightsidebar": "true" - } + # } # Theme options are theme-specific and customize the look and feel of a theme # further. For a list of options available for each theme, see the |