diff options
author | Vikas Varma <vikas.varma@att.com> | 2021-10-06 05:43:24 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-10-06 05:43:24 +0000 |
commit | a578dbb1e5ce1afd1fccbff42048eb320cd69e20 (patch) | |
tree | 1bc60b0067e110385dd05de5ed2796c2268c9b0c /docs/conf.py | |
parent | e35d4a1b94bbcd844300282d1c3c8722ef58062d (diff) | |
parent | b8f386bc7ab8d69d40de0ba677b62c917d04bd89 (diff) |
Merge "[DOC] Correct requirements for doc chain building"
Diffstat (limited to 'docs/conf.py')
-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 30ca786..9b84263 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -33,4 +33,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") |