summaryrefslogtreecommitdiffstats
path: root/docs/conf.py
diff options
context:
space:
mode:
authorEric Debeau <eric.debeau@orange.com>2021-09-29 21:28:28 +0200
committerVijay Venkatesh Kumar <vv770d@att.com>2021-09-29 21:13:09 +0000
commit9c2274e6f0053410c4937db25b93eb28054a23b9 (patch)
tree117ef4a663080918a60d3fd29f95ece52d3d45bf /docs/conf.py
parent31f307cdddc6c887996b357c59588bc18653df28 (diff)
[DOC] Correct requirements for doc chain building
- Remove unecessary requirements - It leverages the latest lfdocs-conf (0.7.7) updates - It now loads all centralized upper contraints from ONAP doc - Correct conf.py to use app.add_css_file() Issue-ID: DOC-765 Signed-off-by: Eric Debeau <eric.debeau@orange.com> Change-Id: I56d0372e56733850de9cc0d15a6355bc7af9e823 (cherry picked from commit ea5c42a971a88d4086e8e6b730a8c153a73180b3)
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")