summaryrefslogtreecommitdiffstats
path: root/docs/conf.py
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2021-10-21 15:34:23 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2021-10-21 15:36:22 +0200
commit515fb01cf982e8907a6892c4916e7991956f1760 (patch)
tree6ea1093e3170f94c1ccd0bdb0452310609238562 /docs/conf.py
parent134976065f37376c2e9aa66e2e754d1095896b30 (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: Cédric Ollivier <cedric.ollivier@orange.com> Change-Id: If525639820d8d8ccf38cde98954b1d014f9d954d
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 d9c0433..472b9cc 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -14,4 +14,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")