Code Review
/
externalapi
/
nbi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
b90b8a7
)
Update css file name in conf.py
37/108837/1
author
lf-jobbuilder
<releng+lf-jobbuilder@linuxfoundation.org>
Thu, 28 May 2020 21:04:11 +0000
(14:04 -0700)
committer
Aric Gardner
<agardner@linuxfoundation.org>
Fri, 5 Jun 2020 19:59:58 +0000
(15:59 -0400)
ribbon.css is the correct name of the css file.
Issue-ID: CIMAN-376
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
Change-Id: I80203cca2eef1aafb136d5748fecbf9b3d062db0
docs/conf.py
patch
|
blob
|
history
diff --git
a/docs/conf.py
b/docs/conf.py
index
526ec69
..
96a8525
100644
(file)
--- 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")
\ No newline at end of file
+ app.add_stylesheet("css/ribbon.css")
\ No newline at end of file