mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fix #5361: crashed on incremental build if document uses include directive
This commit is contained in:
parent
36a9c813e6
commit
5e22ff9045
2
CHANGES
2
CHANGES
@ -18,6 +18,8 @@ Features added
|
||||
Bugs fixed
|
||||
----------
|
||||
|
||||
* #5361: crashed on incremental build if document uses include directive
|
||||
|
||||
Testing
|
||||
--------
|
||||
|
||||
|
@ -72,7 +72,7 @@ default_settings = {
|
||||
# or changed to properly invalidate pickle files.
|
||||
#
|
||||
# NOTE: increase base version by 2 to have distinct numbers for Py2 and 3
|
||||
ENV_VERSION = 52 + (sys.version_info[0] - 2)
|
||||
ENV_VERSION = 54 + (sys.version_info[0] - 2)
|
||||
|
||||
|
||||
versioning_conditions = {
|
||||
|
Loading…
Reference in New Issue
Block a user