Skip to content

Commit

Permalink
Remove the explicit setting of a pygments theme
Browse files Browse the repository at this point in the history
This allows the underlying theme being used to provide the pygments
theme instead which looks better (subjectively).
  • Loading branch information
pradyunsg authored Jul 21, 2024
1 parent 8e7e240 commit d697453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]

# The name of the Pygments (syntax highlighting) style to use.
pygments_style = "sphinx"
# pygments_style = "sphinx"

# If true, `todo` and `todoList` produce output, else they produce nothing.
todo_include_todos = False
Expand Down

0 comments on commit d697453

Please sign in to comment.