Skip to content

Commit

Permalink
[feat] Declare parallel_read_safe (close #13)
Browse files Browse the repository at this point in the history
  • Loading branch information
ftnext committed Mar 9, 2024
1 parent a8f53a1 commit 44a3b35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sphinx_new_tab_link/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ class ExtensionMetadata(TypedDict):
def setup(app: Sphinx) -> ExtensionMetadata:
app.connect("builder-inited", setup_translator)

return {"version": __VERSION__}
return {"version": __VERSION__, "parallel_read_safe": True}

0 comments on commit 44a3b35

Please sign in to comment.