diff options
author | 2016-03-10 19:23:30 +0200 | |
---|---|---|
committer | 2016-03-10 19:23:30 +0200 | |
commit | 2be2f7e96be26fbe6dd6763f2ec97fb248abb330 (patch) | |
tree | bb11e3cb8ef8807799168156aa1ba6235839e76c /scripts/automation/trex_control_plane/doc | |
parent | 54fb838e24607af8532f725997b670f482abfe96 (diff) |
basic doc for python client API
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 |