From 93ac69d1fe8c18ab37889f0387a128d65c3eefa0 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 10 Apr 2024 18:02:07 +0200 Subject: 📝 documentation: first try to integrate auto-generated explicit fields description MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/fr/source/conf.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs/fr/source/conf.py') 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') + -- cgit v1.2.3