Publish Functest doc online 65/61065/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Sat, 18 Aug 2018 06:09:53 +0000 (08:09 +0200)
committerCédric Ollivier <cedric.ollivier@orange.com>
Sat, 18 Aug 2018 06:25:47 +0000 (08:25 +0200)
It reverts Sphinx theme to the default one as it's hugely better for
API docs.

Change-Id: Ic489e9b65d67d71fadb8ef78176a04cc382a3f5d
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 20ee61db8d38bf12127afd12e34ac601d36b3ff5)

docs/release/release-notes/conf.py
docs/testing/developer/devguide/conf.py
docs/testing/developer/internship/security_group/conf.py
docs/testing/developer/internship/testapi_evolution/conf.py
docs/testing/developer/internship/unit_tests/conf.py
docs/testing/developer/internship/vnf_catalog/conf.py
docs/testing/user/configguide/conf.py
docs/testing/user/userguide/conf.py
test-requirements.txt
upper-constraints.txt

index b9a996a..a2421ca 100644 (file)
@@ -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,
index 28255a6..017dda0 100644 (file)
@@ -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,
index 46080c6..7b146ba 100644 (file)
@@ -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,
index f59308c..8e039fe 100644 (file)
@@ -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,
index 00dec3c..4d72fca 100644 (file)
@@ -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,
index de83362..fe3cdb7 100644 (file)
@@ -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,
index c0dc125..738b641 100644 (file)
@@ -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,
index 716d3b3..7b16ecf 100644 (file)
@@ -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,
index 729ea47..8a7aded 100644 (file)
@@ -7,7 +7,6 @@ nose # LGPL
 flake8<2.6.0,>=2.5.4 # MIT
 pylint==1.4.5 # GPLv2
 sphinx>=1.6.2 # BSD
-sphinx-opnfv-theme
 sphinx-rtd-theme
 yamllint
 doc8 # Apache-2.0
index 2de6a63..696ea29 100644 (file)
@@ -21,4 +21,3 @@ ansible===2.3.2.0
 flasgger===0.6.6
 xtesting===0.35.0
 networking-bgpvpn===7.0.0
-sphinx-opnfv-theme===0.1.1