From 52b7be3743c20be84d6c3425f6c882ad7e06d1fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?xavier=20dupr=C3=A9?= Date: Thu, 18 Feb 2021 00:24:24 +0100 Subject: [PATCH] documentation --- _doc/sphinxdoc/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_doc/sphinxdoc/source/conf.py b/_doc/sphinxdoc/source/conf.py index 9a4cc62..ab91a05 100644 --- a/_doc/sphinxdoc/source/conf.py +++ b/_doc/sphinxdoc/source/conf.py @@ -19,7 +19,7 @@ # blockdiag_fontpath = '/usr/share/fonts/truetype/ipafont/ipagp.ttf' html_context = { - 'css_files': get_default_stylesheet() + ['_static/my-styles.css'], + 'css_files': get_default_stylesheet(['_static/my-styles.css']), } html_logo = "project_ico.png"