From 40f7e322c8a446bcbe830ee4b61b5709b02f74b1 Mon Sep 17 00:00:00 2001 From: Nathan Dunfield Date: Tue, 10 Oct 2023 09:50:57 -0500 Subject: [PATCH] Fix typo in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0bec12e4..ba1b6106 100644 --- a/setup.py +++ b/setup.py @@ -104,7 +104,7 @@ def run(self): return # Are in an sdist and may not have sphinx try: import sphinx - except ImportError + except ImportError: raise ImportError(no_sphinx_message) sphinx_cmd = load_entry_point('sphinx>=1.7', 'console_scripts', 'sphinx-build') sphinx_args = ['-a', '-E', '-d', 'doc_src/_build/doctrees',