Skip to content

Commit

Permalink
C++, bump env version due to updated AST
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobandersen committed Mar 12, 2022
1 parent 9362df5 commit 1b632f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sphinx/domains/cpp.py
Expand Up @@ -8033,7 +8033,7 @@ def initStuff(app):

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

0 comments on commit 1b632f4

Please sign in to comment.