From f2bfa2bf22e703e4f1ca443235155c1ab19a5fab Mon Sep 17 00:00:00 2001 From: Pradyun Gedam Date: Sun, 21 Jul 2024 19:06:34 +0100 Subject: [PATCH] Remove the explicit setting of a pygments theme This allows the underlying theme being used to provide the pygments theme instead which looks better (subjectively). --- docs/conf.py | 3 --- src/towncrier/newsfragments/625.misc | 0 2 files changed, 3 deletions(-) create mode 100644 src/towncrier/newsfragments/625.misc diff --git a/docs/conf.py b/docs/conf.py index 5f41b13d..9f2098b4 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -74,9 +74,6 @@ # This patterns also effect to html_static_path and html_extra_path exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"] -# The name of the Pygments (syntax highlighting) style to use. -pygments_style = "sphinx" - # If true, `todo` and `todoList` produce output, else they produce nothing. todo_include_todos = False diff --git a/src/towncrier/newsfragments/625.misc b/src/towncrier/newsfragments/625.misc new file mode 100644 index 00000000..e69de29b