Don't set pygments style
c.f. https://github.com/pradyunsg/furo/issues/68#issuecomment-752606308
This commit is contained in:
parent
2fdf92997c
commit
446386a36d
|
@ -88,9 +88,6 @@ default_role = "any"
|
|||
# If true, '()' will be appended to :func: etc. cross-reference text.
|
||||
add_function_parentheses = True
|
||||
|
||||
# The name of the Pygments (syntax highlighting) style to use.
|
||||
pygments_style = "sphinx"
|
||||
|
||||
# -- Options for HTML output ----------------------------------------------
|
||||
|
||||
# The theme to use for HTML and HTML Help pages. See the documentation for
|
||||
|
|
Loading…
Reference in New Issue