Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Better pygments style
Browse files Browse the repository at this point in the history
  • Loading branch information
kwankyu committed Aug 1, 2022
1 parent e5b1f7e commit ebd3b77
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/sage_docbuild/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ def set_intersphinx_mappings(app, config):

# The name of the Pygments (syntax highlighting) style to use. This
# overrides a HTML theme's corresponding setting.
pygments_style = "sphinx"
pygments_style = "tango"
pygments_dark_style = "monokai"

# These paths are either relative to html_static_path
Expand All @@ -281,8 +281,7 @@ def set_intersphinx_mappings(app, config):

html_theme_options = {}

# HTML style sheet NOTE: This overrides a HTML theme's corresponding
# setting.
# HTML style sheet. This overrides a HTML theme's corresponding setting.
#html_style = 'default.css'

# The name for this set of Sphinx documents. If None, it defaults to
Expand Down

0 comments on commit ebd3b77

Please sign in to comment.