Skip to content

Commit

Permalink
Remove the explicit setting of a pygments theme (#625)
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 23, 2024
1 parent 8e7e240 commit a5a51b1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Empty file.

0 comments on commit a5a51b1

Please sign in to comment.