diff options
Diffstat (limited to 'docs/testing/developer/internship')
4 files changed, 4 insertions, 36 deletions
diff --git a/docs/testing/developer/internship/security_group/conf.py b/docs/testing/developer/internship/security_group/conf.py index 46080c6d6..7b146baec 100644 --- a/docs/testing/developer/internship/security_group/conf.py +++ b/docs/testing/developer/internship/security_group/conf.py @@ -19,8 +19,6 @@ # import os # import sys # sys.path.insert(0, os.path.abspath('.')) -import sphinx_opnfv_theme - # -- General configuration ------------------------------------------------ @@ -83,22 +81,16 @@ todo_include_todos = False # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. # -html_theme = 'opnfv' +html_theme = 'sphinx_rtd_theme' # 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 # documentation. # # html_theme_options = {} -html_theme_options = { - 'bootswatch_theme': 'journal', - 'navbar_sidebarrel': False, - 'navbar_title': '', -} # Add any paths that contain custom themes here, relative to this directory. # html_theme_path = [] -html_theme_path = sphinx_opnfv_theme.get_html_theme_path() # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files, diff --git a/docs/testing/developer/internship/testapi_evolution/conf.py b/docs/testing/developer/internship/testapi_evolution/conf.py index f59308c59..8e039fedf 100644 --- a/docs/testing/developer/internship/testapi_evolution/conf.py +++ b/docs/testing/developer/internship/testapi_evolution/conf.py @@ -19,8 +19,6 @@ # import os # import sys # sys.path.insert(0, os.path.abspath('.')) -import sphinx_opnfv_theme - # -- General configuration ------------------------------------------------ @@ -83,22 +81,16 @@ todo_include_todos = False # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. # -html_theme = 'opnfv' +html_theme = 'sphinx_rtd_theme' # 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 # documentation. # # html_theme_options = {} -html_theme_options = { - 'bootswatch_theme': 'journal', - 'navbar_sidebarrel': False, - 'navbar_title': '', -} # Add any paths that contain custom themes here, relative to this directory. # html_theme_path = [] -html_theme_path = sphinx_opnfv_theme.get_html_theme_path() # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files, diff --git a/docs/testing/developer/internship/unit_tests/conf.py b/docs/testing/developer/internship/unit_tests/conf.py index 00dec3c82..4d72fca39 100644 --- a/docs/testing/developer/internship/unit_tests/conf.py +++ b/docs/testing/developer/internship/unit_tests/conf.py @@ -19,8 +19,6 @@ # import os # import sys # sys.path.insert(0, os.path.abspath('.')) -import sphinx_opnfv_theme - # -- General configuration ------------------------------------------------ @@ -83,22 +81,16 @@ todo_include_todos = False # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. # -html_theme = 'opnfv' +html_theme = 'sphinx_rtd_theme' # 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 # documentation. # # html_theme_options = {} -html_theme_options = { - 'bootswatch_theme': 'journal', - 'navbar_sidebarrel': False, - 'navbar_title': '', -} # Add any paths that contain custom themes here, relative to this directory. # html_theme_path = [] -html_theme_path = sphinx_opnfv_theme.get_html_theme_path() # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files, diff --git a/docs/testing/developer/internship/vnf_catalog/conf.py b/docs/testing/developer/internship/vnf_catalog/conf.py index de8336225..fe3cdb722 100644 --- a/docs/testing/developer/internship/vnf_catalog/conf.py +++ b/docs/testing/developer/internship/vnf_catalog/conf.py @@ -19,8 +19,6 @@ # import os # import sys # sys.path.insert(0, os.path.abspath('.')) -import sphinx_opnfv_theme - # -- General configuration ------------------------------------------------ @@ -83,22 +81,16 @@ todo_include_todos = False # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. # -html_theme = 'opnfv' +html_theme = 'sphinx_rtd_theme' # 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 # documentation. # # html_theme_options = {} -html_theme_options = { - 'bootswatch_theme': 'journal', - 'navbar_sidebarrel': False, - 'navbar_title': '', -} # Add any paths that contain custom themes here, relative to this directory. # html_theme_path = [] -html_theme_path = sphinx_opnfv_theme.get_html_theme_path() # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files, |