Skip to content

Commit

Permalink
Fix sphinx-contrib#22: Support parallel read
Browse files Browse the repository at this point in the history
  • Loading branch information
danepowell committed Aug 22, 2023
1 parent ddbd954 commit a3b9d77
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sphinxcontrib/fulltoc.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,3 +91,6 @@ def build_full_toctree(builder, docname, prune, collapse):

def setup(app):
app.connect('html-page-context', html_page_context)
return {
"parallel_read_safe": True,
}

0 comments on commit a3b9d77

Please sign in to comment.