Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ba07fde

Browse filesBrowse files
authored
Merge pull request #15184 from dstansby/missing-ref-par
DOC: Mark missing_references extension as parallel read safe
2 parents 2cb6bc7 + 8a4b51c commit ba07fde
Copy full SHA for ba07fde

File tree

Expand file treeCollapse file tree

1 file changed

+2
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-0
lines changed

‎doc/sphinxext/missing_references.py

Copy file name to clipboardExpand all lines: doc/sphinxext/missing_references.py
+2Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,3 +292,5 @@ def setup(app):
292292
app.connect("builder-inited", prepare_missing_references_handler)
293293
app.connect("missing-reference", record_missing_reference_handler)
294294
app.connect("build-finished", save_missing_references_handler)
295+
296+
return {'parallel_read_safe': True}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.