diff options
author | Eric Debeau <eric.debeau@orange.com> | 2021-09-30 16:16:22 +0200 |
---|---|---|
committer | Eric Debeau <eric.debeau@orange.com> | 2021-09-30 16:17:23 +0200 |
commit | 44d0dc792cb84b0c91b8024876e2c43116e54211 (patch) | |
tree | 02fdcd0624e4a7619ecb4bd045c5724e00280ed0 /docs/conf.py | |
parent | dc088aed68ac9aa4677590806d8fef34e35d0abf (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: Ie8aa095bc9ac263a754734ea7d9bfff427ddcca0
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 5371015c66..d211470a62 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") |