mirror of
https://github.com/django/django.git
synced 2025-08-22 11:34:33 +00:00
Declared Sphinx extensions safe for parallel reading.
This commit is contained in:
parent
cca151d196
commit
03306a187e
2 changed files with 2 additions and 0 deletions
|
@ -67,6 +67,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