diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2016-12-14 00:12:23 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2016-12-14 00:12:23 +0900 |
commit | e645ea59dbeec3b295b6167245a9278624c64a6d (patch) | |
tree | fda23ea0f03f4e1b497327a1c16bc4c37f0f6a7f /sphinx/directives/patches.py | |
parent | c2b19243a3f6a39734bdf1244d858ee4f53fbc90 (diff) | |
parent | 6bb903058052390be5eedeb4941c4e31c3c75465 (diff) | |
download | sphinx-git-e645ea59dbeec3b295b6167245a9278624c64a6d.tar.gz |
Merge branch 'stable'
Diffstat (limited to 'sphinx/directives/patches.py')
-rw-r--r-- | sphinx/directives/patches.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sphinx/directives/patches.py b/sphinx/directives/patches.py index 041bee360..8b14ba2b0 100644 --- a/sphinx/directives/patches.py +++ b/sphinx/directives/patches.py @@ -58,3 +58,9 @@ class Meta(html.Meta): def setup(app): directives.register_directive('figure', Figure) directives.register_directive('meta', Meta) + + return { + 'version': 'builtin', + 'parallel_read_safe': True, + 'parallel_write_safe': True, + } |