Code Review
/
aaf
/
certservice.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
8fd0b88
)
Cherry pick docs/conf.py from master
40/109540/1
author
lf-jobbuilder
<releng+lf-jobbuilder@linuxfoundation.org>
Thu, 28 May 2020 20:56:05 +0000
(13:56 -0700)
committer
Tomasz Wrobel
<tomasz.wrobel@nokia.com>
Thu, 25 Jun 2020 09:29:39 +0000
(11:29 +0200)
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>
docs/conf.py
patch
|
blob
|
history
diff --git
a/docs/conf.py
b/docs/conf.py
index
b37b90c
..
9d61433
100644
(file)
--- 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")