mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +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):
|
||||
|
|
|
@ -36,3 +36,4 @@ def ticket_role(name, rawtext, text, lineno, inliner, options=None, content=None
|
|||
def setup(app):
|
||||
app.add_config_value('ticket_url', None, 'env')
|
||||
app.add_role('ticket', ticket_role)
|
||||
return {'parallel_read_safe': True}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue