Skip to content

Commit 099b91a

Browse files
Bump ENV_VERSION for _CurrentDocument (#13246)
Co-authored-by: Adam Turner <[email protected]>
1 parent a56fdad commit 099b91a

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

sphinx/environment/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171

7272
# This is increased every time an environment attribute is added
7373
# or changed to properly invalidate pickle files.
74-
ENV_VERSION = 64
74+
ENV_VERSION = 65
7575

7676
# config status
7777
CONFIG_UNSET = -1

tests/js/fixtures/cpp/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/js/fixtures/multiterm/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/js/fixtures/partial/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/js/fixtures/titles/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)