Skip to content

Commit

Permalink
Reverting part of previous change and building docs again.
Browse files Browse the repository at this point in the history
  • Loading branch information
unhyperbolic committed May 16, 2024
1 parent b35dc8d commit a56f0d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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():
Expand Down

0 comments on commit a56f0d9

Please sign in to comment.