diff options
author | lf-jobbuilder <releng+lf-jobbuilder@linuxfoundation.org> | 2020-05-28 13:56:05 -0700 |
---|---|---|
committer | Tomasz Wrobel <tomasz.wrobel@nokia.com> | 2020-06-25 11:29:39 +0200 |
commit | 9ce9f75f9cc167b1ad372f0daa4bc4bb0d78b877 (patch) | |
tree | 0b3e38d5638ab2ad8c82c670c3e7a3a6fb3d5f26 | |
parent | 8fd0b8859cca93a93157abf0a5cd8cf53fd3ac04 (diff) |
Cherry pick docs/conf.py from master
Update css file name in conf.py
ribbon.css is the correct name of the css file.
Issue-ID: AAF-1152
Change-Id: Ia8f9eda20890a92545b15d40bb76f4f1ed627006
(cherry picked from commit 892eb3fb564c2d7c50e2ecb0494bbc599f5f7ae4)
Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com>
-rw-r--r-- | docs/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py index b37b90cf..9d614331 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -15,4 +15,4 @@ intersphinx_mapping = {} html_last_updated_fmt = '%d-%b-%y %H:%M' def setup(app): - app.add_stylesheet("css/ribbon_onap.css") + app.add_stylesheet("css/ribbon.css") |