Skip to content

Commit

Permalink
sphinx_mixxx: declare not safe for parallel reading and writing
Browse files Browse the repository at this point in the history
This should silence a build warning
  • Loading branch information
daschuer committed Sep 17, 2022
1 parent ec19625 commit 0482075
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion sphinx-mixxx/sphinx_mixxx/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,8 @@ def setup(app):
"",
)

return {"version": "0.1"}
return {
"version": "0.1",
"parallel_read_safe": False,
"parallel_write_safe": False,
}

0 comments on commit 0482075

Please sign in to comment.