summaryrefslogtreecommitdiffstats
path: root/docs/conf.py
diff options
context:
space:
mode:
authorthmsdt <thomas.kulik@telekom.de>2021-11-30 11:41:31 +0100
committerthmsdt <thomas.kulik@telekom.de>2021-11-30 11:42:24 +0100
commit2d69747dac30f82c505bd3668d6d0d3022328c16 (patch)
treeb281f14b18c1361008dcb522d57ca673b34cb29f /docs/conf.py
parent1ed10864e7426bee6d0e8084171a60885692545b (diff)
fix sphinx setup
Issue-ID: DOC-771 Signed-off-by: thmsdt <thomas.kulik@telekom.de> Change-Id: Ib191f3571ec9f7e2861f5274d35d6ff87ad64cd3
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..5082a4b 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") \ No newline at end of file