Fix HTML layout 74/108274/3
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Tue, 26 May 2020 16:28:51 +0000 (09:28 -0700)
committerMorgan Richomme <morgan.richomme@orange.com>
Wed, 27 May 2020 09:14:03 +0000 (09:14 +0000)
Looks like this repo was missing the HTML layout template
where we can call the css files.
Update name of css file in conf.py to just "ribbon"

Issue-ID: CIMAN-376
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Change-Id: Id4da929ad9e3c936c12ad6f57e3b524c198d63e0

docs/conf.py

index 3b562d1..919596d 100644 (file)
@@ -18,8 +18,9 @@ linkcheck_ignore = [
 
 intersphinx_mapping = {}
 
+html_theme = 'sphinx_rtd_theme'
 html_last_updated_fmt = '%d-%b-%y %H:%M'
 html_theme_options = {'body_max_width': '100%'}
 
 def setup(app):
-    app.add_stylesheet("css/ribbon_onap.css")
+    app.add_stylesheet("css/ribbon.css")