diff options
Diffstat (limited to 'doc/neps/conf.py')
-rw-r--r-- | doc/neps/conf.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/neps/conf.py b/doc/neps/conf.py index 68805e50f..a0ab286bd 100644 --- a/doc/neps/conf.py +++ b/doc/neps/conf.py @@ -86,6 +86,8 @@ html_theme = 'pydata_sphinx_theme' html_logo = '../source/_static/numpylogo.svg' +html_favicon = '../source/_static/favicon/favicon.ico' + html_theme_options = { "github_url": "https://github.com/numpy/numpy", "twitter_url": "https://twitter.com/numpy_team", @@ -106,8 +108,6 @@ html_copy_source = False html_domain_indices = False html_file_suffix = '.html' -htmlhelp_basename = 'numpy' - if 'sphinx.ext.pngmath' in extensions: pngmath_use_preview = True pngmath_dvipng_args = ['-gamma', '1.5', '-D', '96', '-bg', 'Transparent'] |