Skip to content

Commit

Permalink
OddBloke#59: Added metadata for parallel modes
Browse files Browse the repository at this point in the history
  • Loading branch information
twodrops committed Nov 5, 2021
1 parent 70105d9 commit 07c57cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dev
---

*
* Add support for sphinx parallel mode

v11.0.0
-------
Expand Down
3 changes: 3 additions & 0 deletions sphinx_git/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,3 +204,6 @@ def _build_markup(self, commits):
def setup(app):
app.add_directive('git_changelog', GitChangelog)
app.add_directive('git_commit_detail', GitCommitDetail)
return {'parallel_read_safe': True, # support parallel modes
'parallel_write_safe': True,
}

0 comments on commit 07c57cb

Please sign in to comment.