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 a47c9bc commit 9df5900Copy full SHA for 9df5900
doc/htmldoc/conf.py
@@ -80,6 +80,7 @@
80
"gallery_dirs": "auto_examples",
81
"plot_gallery": "False",
82
"download_all_examples": False,
83
+ "copyfile_regex": r".*\.rst|.*\.png|.*\.svg|Snakefile|.*\.txt",
84
}
85
86
# General information about the project.
@@ -260,14 +261,6 @@
260
261
]
262
263
-def copy_example_file(src):
264
- copyfile(os.path.join(pynest_dir, src), Path("examples") / Path(src).parts[-1])
265
-
266
267
-# -- Copy documentation for Microcircuit Model ----------------------------
268
-copy_example_file("examples/hpc_benchmark_connectivity.svg")
269
270
271
def patch_documentation(patch_url):
272
"""Apply a hot-fix patch to the documentation before building it.
273
0 commit comments