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 55350ae commit de3f387Copy full SHA for de3f387
lib/matplotlib/tests/test_sphinxext.py
@@ -100,8 +100,8 @@ def plot_directive_file(num):
100
def test_plot_html_show_source_link(tmpdir):
101
source_dir = Path(tmpdir) / 'src'
102
source_dir.mkdir()
103
- shutil.copyfile(Path(__file__).parent / 'tinypages' / "conf.py", source_dir / "conf.py")
104
- shutil.copytree(Path(__file__).parent / 'tinypages' / "_static", source_dir / "_static")
+ shutil.copyfile(Path(__file__).parent / 'tinypages/conf.py', source_dir)
+ shutil.copytree(Path(__file__).parent / 'tinypages/_static', source_dir)
105
doctree_dir = source_dir / 'doctrees'
106
(source_dir / 'index.rst').write_text("""
107
.. plot::
0 commit comments