API Doc Gen: Do not ignore objects file
This is used by the Blender manual or other sphinx website that would like to link to Blender's API documentation.
This commit is contained in:
@@ -2228,7 +2228,7 @@ def main():
|
||||
shutil.rmtree(REFERENCE_PATH, True)
|
||||
|
||||
# copy SPHINX_OUT to the REFERENCE_PATH
|
||||
ignores = ('.doctrees', 'objects.inv', '.buildinfo')
|
||||
ignores = ('.doctrees', '.buildinfo')
|
||||
shutil.copytree(SPHINX_OUT,
|
||||
REFERENCE_PATH,
|
||||
ignore=shutil.ignore_patterns(*ignores))
|
||||
|
Reference in New Issue
Block a user