Skip to content

Commit

Permalink
Update ENV_VERSION for #13151
Browse files Browse the repository at this point in the history
#13151 changed the Environment class, but the `ENV_VERSION` has not been updated. This causes errors when building with existing environments.
  • Loading branch information
shimizukawa authored Jan 16, 2025
1 parent 4fbcc20 commit 958401a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sphinx/environment/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@

# This is increased every time an environment attribute is added
# or changed to properly invalidate pickle files.
ENV_VERSION = 64
ENV_VERSION = 65

# config status
CONFIG_UNSET = -1
Expand Down

0 comments on commit 958401a

Please sign in to comment.