From: Aric Gardner Date: Thu, 2 Jul 2020 18:12:44 +0000 (-0400) Subject: Switch oran docs to sphinx_rtd_theme X-Git-Tag: v0.5.0~1 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=040a1ae7983aaf0b352fee79befaf6d51f901fae;p=releng%2Fdocs-conf.git 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 --- 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'