aboutsummaryrefslogtreecommitdiffstats
path: root/docs/conf.py
diff options
context:
space:
mode:
authorthmsdt <thomas.kulik@telekom.de>2021-11-03 11:01:51 +0100
committerthmsdt <thomas.kulik@telekom.de>2021-11-03 12:25:25 +0100
commitc7b7cbb34f473f5f8942f6331a4d410a9b5e69fa (patch)
treec33cc729f0b955dfdede4c661a14afc523cfc35d /docs/conf.py
parent2e4a6dc4d7412b6ff5253735c3c71252648f40bf (diff)
[DOC] Correct requirements for doc chain building
Issue-ID: DOC-765 Signed-off-by: thmsdt <thomas.kulik@telekom.de> Change-Id: I1bab49f825d76d45135d343706226dbfa8e41221
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 9d614331..1e26e7dc 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -14,5 +14,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