Switch oran docs to sphinx_rtd_theme 11/64411/2
authorAric Gardner <agardner@linuxfoundation.org>
Thu, 2 Jul 2020 18:12:44 +0000 (14:12 -0400)
committerAric Gardner <agardner@linuxfoundation.org>
Thu, 2 Jul 2020 20:14:19 +0000 (16:14 -0400)
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 <agardner@linuxfoundation.org>
Change-Id: Ie3ba2e5bd4f67060caa0886e7f914c67a8a9b5dc

docs_conf/defaults/oran.yaml

index f68cf58..53abb41 100644 (file)
@@ -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'