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 = [] 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", ]