Skip to content
Snippets Groups Projects
Commit d1bfa5f4 authored by Antoine Lambert's avatar Antoine Lambert
Browse files

sphinx/view_in_gitlab: Mark extension safe for parallel reading

It should fix doc CI builds as parallel build was recently enabled in jobs.
parent c48f2500
No related branches found
No related tags found
No related merge requests found
......@@ -32,3 +32,4 @@ def html_page_context(app, pagename, templatename, context, doctree):
def setup(app):
app.connect("html-page-context", html_page_context)
return {"parallel_read_safe": True}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment