From a56f0d96c8d0874f428a56d8f2993970e1080b30 Mon Sep 17 00:00:00 2001 From: Matthias Goerner <1239022+unhyperbolic@users.noreply.github.com> Date: Thu, 16 May 2024 15:18:05 -0700 Subject: [PATCH] Reverting part of previous change and building docs again. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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():