From bfe945e24317355703187d63274c6c7b03ece982 Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Thu, 30 Jan 2025 15:55:21 +0100 Subject: [PATCH] =?UTF-8?q?Don=E2=80=99t=20define=20colors=20in=20configur?= =?UTF-8?q?ation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Let’s define them in the common CSS to avoid duplication with other projects. --- docs/conf.py | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 1d0ffc8..0c5ba2d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -49,19 +49,6 @@ html_theme = 'furo' html_theme_options = { - 'light_css_variables': { - 'color-brand-primary': 'var(--red)', - 'color-brand-content': 'var(--red)', - 'color-brand-visited': 'var(--red)', - 'font-stack': 'ClarityCity, sans-serif', - 'font-stack--monospace': 'Inconsolata, monospace', - 'font-stack--headings': 'Inconsolata, monospace', - }, - 'dark_css_variables': { - 'color-brand-primary': 'var(--red)', - 'color-brand-content': 'var(--red)', - 'color-brand-visited': 'var(--red)', - }, 'top_of_page_buttons': ['edit'], 'source_edit_link': 'https://github.com/CourtBouillon/pydyf/edit/main/docs/{filename}',