diff options
author | Georg Brandl <georg@python.org> | 2014-09-22 14:51:47 +0200 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2014-09-22 14:51:47 +0200 |
commit | 31452fc64d550f526d3a6c4dfbb1121873896503 (patch) | |
tree | 1b259d36d3f105e8b0971acb1f838f89110595e1 /sphinx/ext/jsmath.py | |
parent | 905cbf853d5fe8fa911ec8fc81dc31134f4e5ba2 (diff) | |
download | sphinx-git-31452fc64d550f526d3a6c4dfbb1121873896503.tar.gz |
[WIP] parallel read
Diffstat (limited to 'sphinx/ext/jsmath.py')
-rw-r--r-- | sphinx/ext/jsmath.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/ext/jsmath.py b/sphinx/ext/jsmath.py index 765dfb33e..9bf38f62f 100644 --- a/sphinx/ext/jsmath.py +++ b/sphinx/ext/jsmath.py @@ -57,4 +57,4 @@ def setup(app): mathbase_setup(app, (html_visit_math, None), (html_visit_displaymath, None)) app.add_config_value('jsmath_path', '', False) app.connect('builder-inited', builder_inited) - return {'version': sphinx.__version__} + return {'version': sphinx.__version__, 'parallel_read_safe': True} |