mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Merge pull request #5313 from tk0miya/5198_note_included_on_parallel_build
Fix #5198: document not in toctree warning when including files only for parallel builds
This commit is contained in:
commit
6e06ec2f37
@ -331,7 +331,8 @@ class BuildEnvironment(object):
|
||||
self.all_docs[docname] = other.all_docs[docname]
|
||||
if docname in other.reread_always:
|
||||
self.reread_always.add(docname)
|
||||
if docname in other.included:
|
||||
|
||||
for docname in other.included:
|
||||
self.included.add(docname)
|
||||
|
||||
for version, changes in other.versionchanges.items():
|
||||
|
Loading…
Reference in New Issue
Block a user