Code Review
/
ccsdk
/
oran.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
82fe926
)
Update conf.py
46/113446/1
author
Jessica Wagantall
<jwagantall@linuxfoundation.org>
Thu, 1 Oct 2020 23:20:24 +0000
(16:20 -0700)
committer
Jessica Wagantall
<jwagantall@linuxfoundation.org>
Thu, 1 Oct 2020 23:21:35 +0000
(16:21 -0700)
Remove comment
use add_css_file to import their
ribbon.css
Issue-ID: CCSDK-2833
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Change-Id: Ifff696e96b7279bea63f2b75c84238a94c0e2fc0
docs/conf.py
patch
|
blob
|
history
diff --git
a/docs/conf.py
b/docs/conf.py
index
a81fb65
..
de84a19
100644
(file)
--- a/
docs/conf.py
+++ b/
docs/conf.py
@@
-1,7
+1,5
@@
from docs_conf.conf import *
-#branch configuration
-
branch = 'latest'
master_doc = 'index'
@@
-16,4
+14,4
@@
intersphinx_mapping = {}
html_last_updated_fmt = '%d-%b-%y %H:%M'
def setup(app):
- app.add_
stylesheet
("css/ribbon.css")
+ app.add_
css_file
("css/ribbon.css")