Merge "[DOC] Fix sphinx add_stylesheet deprecated method"
authorEric Debeau <eric.debeau@orange.com>
Tue, 9 Feb 2021 13:23:41 +0000 (13:23 +0000)
committerGerrit Code Review <gerrit@onap.org>
Tue, 9 Feb 2021 13:23:41 +0000 (13:23 +0000)
docs/conf.py

index 33552e8..296ef99 100644 (file)
@@ -99,7 +99,7 @@ linkcheck_ignore = [
 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")
 
 
 from docutils.parsers.rst import directives