mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
env: minor comment clarification
This commit is contained in:
parent
9ae7c784b5
commit
062492d75f
@ -213,8 +213,8 @@ class BuildEnvironment:
|
||||
# the source suffix.
|
||||
|
||||
self.found_docs = set() # contains all existing docnames
|
||||
self.all_docs = {} # docname -> mtime at the time of build
|
||||
# contains all built docnames
|
||||
self.all_docs = {} # docname -> mtime at the time of reading
|
||||
# contains all read docnames
|
||||
self.dependencies = {} # docname -> set of dependent file
|
||||
# names, relative to documentation root
|
||||
self.reread_always = set() # docnames to re-read unconditionally on
|
||||
@ -665,7 +665,7 @@ class BuildEnvironment:
|
||||
if app:
|
||||
app.emit('doctree-read', doctree)
|
||||
|
||||
# store time of build, for outdated files detection
|
||||
# store time of reading, for outdated files detection
|
||||
# (Some filesystems have coarse timestamp resolution;
|
||||
# therefore time.time() can be older than filesystem's timestamp.
|
||||
# For example, FAT32 has 2sec timestamp resolution.)
|
||||
|
Loading…
Reference in New Issue
Block a user