diff options
author | Eric Debeau <eric.debeau@orange.com> | 2021-09-30 16:29:28 +0200 |
---|---|---|
committer | Eric Debeau <eric.debeau@orange.com> | 2021-09-30 16:30:47 +0200 |
commit | b8f386bc7ab8d69d40de0ba677b62c917d04bd89 (patch) | |
tree | c333efa9e82427a8f45103258e03f23a305997c3 /docs/conf.py | |
parent | 92373ddd2e28cc2000a2634d273836fea5d87a6e (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: Iff57eb863f783395144fcbd66a1c8347a65f9313
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") |