diff options
author | Dan Timoney <dtimoney@att.com> | 2020-05-19 11:55:16 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-05-19 11:55:16 -0400 |
commit | d45c8925df53e30c86076d6a775d9556c6dbfb8b (patch) | |
tree | c32b7ab9ef10572bf20947a69a64343719353bf9 /docs/conf.py | |
parent | 58d39ebe7b6650931a3e87a67d2a265a45599995 (diff) |
Add SDNC Frankfurt release notes
Add release notes for SDNC Frankfurt release
Change-Id: I8fa079a305351be8aa9cf298274528fda572e746
Issue-ID: SDNC-1172
Signed-off-by: Dan Timoney <dtimoney@att.com>
Former-commit-id: 3eb32648ea58265ff87d0bc3b1867d0ce0006d69
Diffstat (limited to 'docs/conf.py')
-rw-r--r-- | docs/conf.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py index 8f40e8b8..23f0768c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -12,4 +12,5 @@ intersphinx_mapping = {} html_last_updated_fmt = '%d-%b-%y %H:%M' def setup(app): - app.add_stylesheet("css/ribbon_onap.css") + app.add_css_file("css/ribbon_onap.css") + app.add_css_file("css/theme_overrides.css") |