Dont build docs when freezing
This commit is contained in:
parent
105959d91b
commit
d79e943844
1
setup.py
1
setup.py
@ -788,6 +788,7 @@ def main():
|
|||||||
)
|
)
|
||||||
elif args.action == 'linux-package':
|
elif args.action == 'linux-package':
|
||||||
build(args, native_optimizations=False)
|
build(args, native_optimizations=False)
|
||||||
|
if not args.for_freeze:
|
||||||
run_tool(['make', 'docs'])
|
run_tool(['make', 'docs'])
|
||||||
package(args)
|
package(args)
|
||||||
elif args.action == 'osx-bundle':
|
elif args.action == 'osx-bundle':
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user