From e1a9f6c55239fa2c4040021d346c7251bfd9cb0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Jul 2025 02:40:22 +0000 Subject: [PATCH 1/2] Bump furo from 2024.8.6 to 2025.7.19 Bumps [furo](https://github.com/pradyunsg/furo) from 2024.8.6 to 2025.7.19. - [Release notes](https://github.com/pradyunsg/furo/releases) - [Changelog](https://github.com/pradyunsg/furo/blob/main/docs/changelog.md) - [Commits](https://github.com/pradyunsg/furo/compare/2024.08.06...2025.07.19) --- updated-dependencies: - dependency-name: furo dependency-version: 2025.7.19 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d51d90b8..ff0a00ed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -81,7 +81,7 @@ test = [ ] docs = [ - "furo==2024.8.6", + "furo==2025.7.19", "sphinx==8.2.3", "sphinx-copybutton==0.5.2", ] From 8e43d124ad889a40bea5d75963995c532ca902b2 Mon Sep 17 00:00:00 2001 From: rea1991 <52046472+rea1991@users.noreply.github.com> Date: Tue, 29 Jul 2025 10:20:54 +0200 Subject: [PATCH 2/2] Specify pygments_style and pygments_dark_style --- docs/conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index cee9e877..20b7276c 100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -122,6 +122,8 @@ def get_stripepy_version() -> str: # The name of the Pygments (syntax highlighting) style to use. # pygments_style = 'monokai' +pygments_style = "default" +pygments_dark_style = "one-dark" # A list of ignored prefixes for module index sorting. # modindex_common_prefix = []