diff options
author | Rohit Goswami <rog32@hi.is> | 2022-01-31 22:23:34 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-31 08:53:34 -0800 |
commit | c0d36c88b8b525f5869eefd893d1d77ffe41903e (patch) | |
tree | 4da8949f6a335429886169703f01cb582fbd02bd /doc/neps/conf.py | |
parent | 6373b7e26b3809d96e047600cc5c8a3bf8b762a4 (diff) | |
download | numpy-c0d36c88b8b525f5869eefd893d1d77ffe41903e.tar.gz |
MAINT, DOC: NEP link update (#20948)
* DOC,MAINT: Fix ref links in NEPs
* MAINT,DOC: Add favicon for NEP
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'] |