mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-16 09:52:22 +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
@@ -45,6 +45,8 @@ def setup(app):
|
||||
# to create HTML redirects
|
||||
app.connect('html-collect-pages', create_redirect_pages)
|
||||
|
||||
return { 'parallel_read_safe' : True, 'parallel_write_safe': True, 'version': '0.1' }
|
||||
|
||||
|
||||
def create_redirect_pages(app):
|
||||
if not isinstance(app.builder, StandaloneHTMLBuilder):
|
||||
|
||||
Reference in New Issue
Block a user