diff options
| author | Matthias Geier <Matthias.Geier@gmail.com> | 2021-02-05 17:46:16 +0100 |
|---|---|---|
| committer | Matthias Geier <Matthias.Geier@gmail.com> | 2021-02-05 18:54:39 +0100 |
| commit | a1a0b6acc1ea5d6fd84443e071f62c874b927f99 (patch) | |
| tree | 60efcd5a677ef65fa9b71f44e130039ac3fcd818 /doc/source | |
| parent | 2f466b31820b6af40c3bc1ca3957682b6f20365a (diff) | |
| download | numpy-a1a0b6acc1ea5d6fd84443e071f62c874b927f99.tar.gz | |
DOC: remove pygments_style from conf.py
Diffstat (limited to 'doc/source')
| -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') |
