diff options
author | Matti Picus <matti.picus@gmail.com> | 2021-02-06 19:28:58 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-06 19:28:58 +0200 |
commit | 19558e50d57299de8dc20090025ad199e4b80474 (patch) | |
tree | 2de4975f3d8828e32db247929cdfbf2d174ad039 /doc | |
parent | 61723384df3678b12a19439d1218f50554e1498d (diff) | |
parent | a1a0b6acc1ea5d6fd84443e071f62c874b927f99 (diff) | |
download | numpy-19558e50d57299de8dc20090025ad199e4b80474.tar.gz |
Merge pull request #18340 from mgeier/no-pygments-style
DOC: remove pygments_style from conf.py
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/conf.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py index e76f60063..e363a8d5e 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -138,9 +138,6 @@ add_function_parentheses = False # output. They are ignored by default. #show_authors = False -# The name of the Pygments (syntax highlighting) style to use. -pygments_style = 'sphinx' - def setup(app): # add a config value for `ifconfig` directives app.add_config_value('python_version_major', str(sys.version_info.major), 'env') |