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}',