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_stl | |
parent | 54fb838e24607af8532f725997b670f482abfe96 (diff) |
basic doc for python client API
Diffstat (limited to 'scripts/automation/trex_control_plane/doc_stl')
-rw-r--r-- | scripts/automation/trex_control_plane/doc_stl/conf.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/automation/trex_control_plane/doc_stl/conf.py b/scripts/automation/trex_control_plane/doc_stl/conf.py index 6dfb4f70..fe6b27bc 100644 --- a/scripts/automation/trex_control_plane/doc_stl/conf.py +++ b/scripts/automation/trex_control_plane/doc_stl/conf.py @@ -121,8 +121,8 @@ 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 = 'classic' -html_theme = 'sphinxdoc' +html_theme = 'classic' +#html_theme = 'sphinxdoc' #html_theme_options = { # "rightsidebar": "true" |