summaryrefslogtreecommitdiffstats
path: root/docs/conf.py
diff options
context:
space:
mode:
authorWilliam Reehil <william.reehil@att.com>2021-10-28 14:15:36 +0000
committerGerrit Code Review <gerrit@onap.org>2021-10-28 14:15:36 +0000
commitef1f7872f16ca067ccb4d74eb4ed8d773b5aab9d (patch)
tree1be97a8bf24b30947129d02769bb8bc1ac6ccc30 /docs/conf.py
parenta49ef9fe705e5b076436f0a0fc1a6ea0a099fb51 (diff)
parent27ea9f88c408b1b73aab0028f05ba6742247ca90 (diff)
Merge "Leverage upper-constraints files to pin all dependencies"
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 5371015c..d211470a 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -12,4 +12,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")