Skip to content

Commit

Permalink
intersphinx, bump env version
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobandersen committed Mar 28, 2024
1 parent 15d2bf2 commit 13a283c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sphinx/ext/intersphinx.py
Original file line number Diff line number Diff line change
Expand Up @@ -883,7 +883,7 @@ def setup(app: Sphinx) -> ExtensionMetadata:
app.add_post_transform(IntersphinxRoleResolver)
return {
'version': sphinx.__display_version__,
'env_version': 1,
'env_version': 2,
'parallel_read_safe': True,
}

Expand Down

0 comments on commit 13a283c

Please sign in to comment.