File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 4646# Override kernel name to allow running with Python 2 on Travis-CI
4747nbsphinx_kernel_name = 'python'
4848
49+ nbsphinx_execute_arguments = [
50+ "--InlineBackend.figure_formats={'svg', 'pdf'}" ,
51+ "--InlineBackend.rc={'figure.dpi': 96}" ,
52+ ]
53+
4954autoclass_content = 'init'
5055autodoc_member_order = 'bysource'
5156autodoc_default_flags = ['members' , 'undoc-members' ]
7378plot_include_source = True
7479plot_html_show_source_link = False
7580plot_html_show_formats = False
76- plot_pre_code = ""
81+ plot_pre_code = ''
82+ plot_formats = ['svg' , 'pdf' ]
7783
7884# Add any paths that contain templates here, relative to this directory.
7985templates_path = ['_template' ]
Original file line number Diff line number Diff line change 1+ # See https://nbviewer.jupyter.org/github/mgeier/python-audio/blob/master/plotting/matplotlib-inline-defaults.ipynb
2+
3+ c .InlineBackend .figure_formats = {'svg' }
4+ c .InlineBackend .rc = {'figure.dpi' : 96 }
You can’t perform that action at this time.
0 commit comments