Dont build docs when freezing
This commit is contained in:
parent
105959d91b
commit
d79e943844
1 changed files with 2 additions and 1 deletions
3
setup.py
3
setup.py
|
|
@ -788,7 +788,8 @@ def main():
|
|||
)
|
||||
elif args.action == 'linux-package':
|
||||
build(args, native_optimizations=False)
|
||||
run_tool(['make', 'docs'])
|
||||
if not args.for_freeze:
|
||||
run_tool(['make', 'docs'])
|
||||
package(args)
|
||||
elif args.action == 'osx-bundle':
|
||||
build(args, native_optimizations=False)
|
||||
|
|
|
|||
Loading…
Reference in a new issue