diff options
author | Eric Debeau <eric.debeau@orange.com> | 2021-02-09 13:23:41 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-02-09 13:23:41 +0000 |
commit | 3814ed7446c1dcee79e6893da41ec3bf5c2670bc (patch) | |
tree | ff9067a04d46a8eb98717c0ecf93f03edacf89cc | |
parent | 28fffb708775ba3cc66a17417f3913f815c6d68e (diff) | |
parent | 3e25eeb9b2c67473ed1513fa1c6aad0ab68f9edc (diff) |
Merge "[DOC] Fix sphinx add_stylesheet deprecated method"
-rw-r--r-- | docs/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py index 33552e829..296ef99b0 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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 |