diff options
author | Andreas Geissler <andreas-geissler@telekom.de> | 2021-10-21 10:21:45 +0000 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2021-10-21 14:16:56 +0200 |
commit | 27ea9f88c408b1b73aab0028f05ba6742247ca90 (patch) | |
tree | 8db5dbf2431559658490d6f37c92759f34a6d476 /docs/conf.py | |
parent | 85551e9cf61a90d8930ddd082ef93600e80cf0e6 (diff) |
Leverage upper-constraints files to pin all dependencies
It leverages the latest change from lfdocs-conf and the
upper-constraints.txt now centralized in ONAP docs.
In a long run, upperconstraints.os.txt should be removed once ONAP
is synced with OpenStack.
It removes tox and setuptools from requirements as nothing depends on them
(most requirements should be removed except lfdocsconf)
Issue-ID: DOC-765
Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
Change-Id: I0e017b8ffaeaa6626d3196b6442f87a500263457
(cherry picked from commit 995fa60569d369153b6829ca607e87159338d657)
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 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") |