mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-15 01:23:13 +00:00
docs: Try to enable parallel reads & writes
Reads still single threaded in Sphinx 1.8.5, though.
This commit is contained in:
committed by
Angus Gratton
parent
d1373119e1
commit
cbede3a3a4
@@ -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' }
|
||||
|
||||
Reference in New Issue
Block a user