summaryrefslogtreecommitdiffstats
path: root/docs/conf.py
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2022-04-14 12:12:19 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2022-04-14 12:14:03 +0200
commit88a87d53e879b41866cc12ba20e3f9533f853c50 (patch)
treee27ca9f05edc7e68287ddcb7f35d7a4f0d0be66c /docs/conf.py
parent30f21f0169f2078cdcd03626327bff05875e6948 (diff)
Add bounds to sphinx requirementjakarta
As ONAP was created before Oct 20 2020 in RTD, we must set bounds to enforce a compatible Sphinx version (see manual). It also applies the previous operations asked for I-release. Issue-ID: DOC-782 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> Change-Id: Ifc1fc698f3450f3c95404accade466b7d3eb11ac
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 8f40e8b..d211470 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_onap.css")
+ app.add_css_file("css/ribbon.css")