mirror of
https://github.com/django/django.git
synced 2025-08-15 08:10:29 +00:00
[1.9.x] Declared Sphinx extensions safe for parallel reading.
Backport of 03306a187e
from master
This commit is contained in:
parent
906b5dfd60
commit
29b3bdc25c
2 changed files with 2 additions and 0 deletions
|
@ -63,6 +63,7 @@ def setup(app):
|
|||
man=(visit_snippet_literal, depart_snippet_literal),
|
||||
text=(visit_snippet_literal, depart_snippet_literal),
|
||||
texinfo=(visit_snippet_literal, depart_snippet_literal))
|
||||
return {'parallel_read_safe': True}
|
||||
|
||||
|
||||
class snippet_with_filename(nodes.literal_block):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue