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 2967365 commit 9c6f3bbCopy full SHA for 9c6f3bb
1 file changed
lib/matplotlib/sphinxext/plot_directive.py
@@ -266,6 +266,7 @@ def _copy_css_file(app, exc):
266
if exc is None and app.builder.format == 'html':
267
src = cbook._get_data_path('plot_directive/plot_directive.css')
268
dst = app.outdir / Path('_static')
269
+ dst.mkdir(exist_ok=True)
270
shutil.copy(src, dst)
271
272
0 commit comments