Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51989b4 commit c7e8507Copy full SHA for c7e8507
1 file changed
lib/matplotlib/sphinxext/plot_directive.py
@@ -258,6 +258,7 @@ def _copy_css_file(app, exc):
258
if exc is None and app.builder.format == 'html':
259
src = cbook._get_data_path('plot_directive/plot_directive.css')
260
dst = app.outdir / Path('_static')
261
+ dst.mkdir(exist_ok=True)
262
shutil.copy(src, dst)
263
264
0 commit comments