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:
Aaron Carlisle 2020-10-05 16:26:40 -04:00
parent ff89d101e7
commit 7951312d4b
1 changed files with 1 additions and 1 deletions

View File

@ -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))