diff options
-rw-r--r-- | doc/source/conf.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py index bf2935536..9ac729961 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -126,6 +126,8 @@ htmlhelp_basename = 'numpy' pngmath_use_preview = True pngmath_dvipng_args = ['-gamma', '1.5', '-D', '96', '-bg', 'Transparent'] +plot_html_show_formats = False +plot_html_show_source_link = False # ----------------------------------------------------------------------------- # LaTeX output |