Skip to content

Commit f66e6c3

Browse files
authored
Merge pull request #148 from steppi/warning
ENH: Add metadata for parallel_read_safe = True
2 parents 09be958 + f710873 commit f66e6c3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

jupyterlite_sphinx/jupyterlite_sphinx.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -686,6 +686,8 @@ def setup(app):
686686
if try_examples_config_path.exists():
687687
copy_asset(str(try_examples_config_path), app.outdir)
688688

689+
return {"parallel_read_safe": True}
690+
689691

690692
def search_params_parser(search_params: str) -> str:
691693
pattern = re.compile(r"^\[(?:\s*[\"']{1}([^=\s\,&=\?\/]+)[\"']{1}\s*\,?)+\]$")

0 commit comments

Comments
 (0)