Don't set pygments style

c.f. https://github.com/pradyunsg/furo/issues/68#issuecomment-752606308
This commit is contained in:
Hynek Schlawack 2020-12-31 10:44:55 +01:00
parent 2fdf92997c
commit 446386a36d
1 changed files with 0 additions and 3 deletions

View File

@ -88,9 +88,6 @@ default_role = "any"
# If true, '()' will be appended to :func: etc. cross-reference text. # If true, '()' will be appended to :func: etc. cross-reference text.
add_function_parentheses = True add_function_parentheses = True
# The name of the Pygments (syntax highlighting) style to use.
pygments_style = "sphinx"
# -- Options for HTML output ---------------------------------------------- # -- Options for HTML output ----------------------------------------------
# The theme to use for HTML and HTML Help pages. See the documentation for # The theme to use for HTML and HTML Help pages. See the documentation for