From 20ee61db8d38bf12127afd12e34ac601d36b3ff5 Mon Sep 17 00:00:00 2001
From: Cédric Ollivier <cedric.ollivier@orange.com>
Date: Sat, 18 Aug 2018 08:09:53 +0200
Subject: Publish Functest doc online
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

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>
---
 docs/release/release-notes/conf.py | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

(limited to 'docs/release')

diff --git a/docs/release/release-notes/conf.py b/docs/release/release-notes/conf.py
index b9a996a7e..a2421cad3 100644
--- a/docs/release/release-notes/conf.py
+++ b/docs/release/release-notes/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,
-- 
cgit