docs: Try to enable parallel reads & writes

Reads still single threaded in Sphinx 1.8.5, though.
This commit is contained in:
Angus Gratton
2019-11-28 16:00:24 +11:00
committed by Angus Gratton
parent d1373119e1
commit cbede3a3a4
8 changed files with 14 additions and 0 deletions

View File

@@ -16,3 +16,5 @@ class IncludeBuildFile(BaseInclude, SphinxDirective):
def setup(app):
directives.register_directive('include-build-file', IncludeBuildFile)
return { 'parallel_read_safe' : True, 'parallel_write_safe': True, 'version': '0.1' }