summaryrefslogtreecommitdiffstats
path: root/docs/conf.py
diff options
context:
space:
mode:
authorthmsdt <thomas.kulik@telekom.de>2021-11-03 15:24:08 +0100
committerthmsdt <thomas.kulik@telekom.de>2021-11-03 15:24:57 +0100
commite22dd64c876462cfc47bfab1e55faf0a5cfe70cf (patch)
treea7d99d837abb48380b742e40451a6e8c5f71b329 /docs/conf.py
parent927d2a872c7e7771b3be151ba9192bfbf0479df3 (diff)
[DOC] Correct requirements for doc chain building
Issue-ID: DOC-765 Signed-off-by: thmsdt <thomas.kulik@telekom.de> Change-Id: I6c8da66146fa950f0aa2991cf386a940dd9e53e9
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 5371015..36002aa 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -11,5 +11,6 @@ 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