summaryrefslogtreecommitdiffstats
path: root/docs/conf.py
diff options
context:
space:
mode:
authorVijay Venkatesh Kumar <vv770d@att.com>2020-06-05 20:18:13 +0000
committerGerrit Code Review <gerrit@onap.org>2020-06-05 20:18:13 +0000
commit47e2053949bf4a490733fbe1ae2dfc5d65436c1d (patch)
tree30615197c76aecdae43c9707c6e7d9b163bc2056 /docs/conf.py
parent7cac724fc70cc723c526d39eef1e8aaf4faf941b (diff)
parent67a83622a29a9cd4ec7d6f4fedaa70328ba7fc9f (diff)
Merge "Update css file name in conf.py"
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 8f40e8b8..5371015c 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -12,4 +12,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")