mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-16 08:45:23 +02: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
@@ -10,6 +10,8 @@ def setup(app):
|
||||
# has parsed the IDF project's information
|
||||
app.connect('idf-info', generate_reference)
|
||||
|
||||
return { 'parallel_read_safe' : True, 'parallel_write_safe': True, 'version': '0.1' }
|
||||
|
||||
def generate_reference(app, project_description):
|
||||
build_dir = os.path.dirname(app.doctreedir.rstrip(os.sep))
|
||||
|
||||
|
Reference in New Issue
Block a user