diff --git a/setup.py b/setup.py index 69efc877..337a3ccd 100644 --- a/setup.py +++ b/setup.py @@ -182,7 +182,7 @@ class SnapPyBuildWheel(bdist_wheel): def run(self): python = sys.executable check_call([python, 'setup.py', 'build']) -# check_call([python, 'setup.py', 'build_docs']) + check_call([python, 'setup.py', 'build_docs']) bdist_wheel.run(self) @staticmethod def check_command_available():