Skip to content

Commit

Permalink
Increment environment versions
Browse files Browse the repository at this point in the history
  • Loading branch information
TLouf committed Dec 29, 2022
1 parent f17aa83 commit 45d595e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sphinx/domains/c.py
Expand Up @@ -3868,7 +3868,7 @@ def setup(app: Sphinx) -> Dict[str, Any]:

return {
'version': 'builtin',
'env_version': 2,
'env_version': 3,
'parallel_read_safe': True,
'parallel_write_safe': True,
}
2 changes: 1 addition & 1 deletion sphinx/domains/cpp.py
Expand Up @@ -8170,7 +8170,7 @@ def initStuff(app):

return {
'version': 'builtin',
'env_version': 8,
'env_version': 9,
'parallel_read_safe': True,
'parallel_write_safe': True,
}
2 changes: 1 addition & 1 deletion sphinx/domains/python.py
Expand Up @@ -1490,7 +1490,7 @@ def setup(app: Sphinx) -> Dict[str, Any]:

return {
'version': 'builtin',
'env_version': 3,
'env_version': 4,
'parallel_read_safe': True,
'parallel_write_safe': True,
}

0 comments on commit 45d595e

Please sign in to comment.