summaryrefslogtreecommitdiff
path: root/docs/fr/source/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'docs/fr/source/conf.py')
-rw-r--r--docs/fr/source/conf.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/fr/source/conf.py b/docs/fr/source/conf.py
index b5ae63448..93595d225 100644
--- a/docs/fr/source/conf.py
+++ b/docs/fr/source/conf.py
@@ -226,3 +226,8 @@ man_pages = [
('index', 'ishtar', 'Ishtar Documentation',
['Étienne Loks'], 1)
]
+
+
+def setup(app):
+ app.add_stylesheet('css/custom.css')
+