From 040a1ae7983aaf0b352fee79befaf6d51f901fae Mon Sep 17 00:00:00 2001 From: Aric Gardner Date: Thu, 2 Jul 2020 14:12:44 -0400 Subject: [PATCH] Switch oran docs to sphinx_rtd_theme This will allow read the docs to insert the version picker into the oran docs UI Issue-Id: IT-19981 Signed-off-by: Aric Gardner Change-Id: Ie3ba2e5bd4f67060caa0886e7f914c67a8a9b5dc --- docs_conf/defaults/oran.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs_conf/defaults/oran.yaml b/docs_conf/defaults/oran.yaml index f68cf58..53abb41 100644 --- a/docs_conf/defaults/oran.yaml +++ b/docs_conf/defaults/oran.yaml @@ -24,8 +24,7 @@ html_favicon: favicon.ico html_logo: _static/logo.png html_static_path: - _static -html_theme: bootstrap +html_theme: sphinx_rtd_theme html_theme_options: - bootswatch_theme: united - navbar_sidebarrel: false - source_link_position: footer + style_nav_header_background: 'white' + sticky_navigation: 'False' -- 2.16.6