summaryrefslogtreecommitdiffstats
path: root/docs/conf.py
diff options
context:
space:
mode:
authorthmsdt <thomas.kulik@telekom.de>2021-11-30 12:43:15 +0100
committerthmsdt <thomas.kulik@telekom.de>2021-11-30 12:44:21 +0100
commitd8d15280c54d3e0ac7e1183265895ba4f095a55d (patch)
tree6730cd09aed471a9b7a06acf7ebed53ec5560f9e /docs/conf.py
parent1ed10864e7426bee6d0e8084171a60885692545b (diff)
fix sphinx setup (release branch)
Issue-ID: DOC-771 Signed-off-by: thmsdt <thomas.kulik@telekom.de> Change-Id: I9d62e2c48c61da722d02bbcd31d58529a2b6b081
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 5371015..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.css")
+ app.add_css_file("css/ribbon.css")