Skip to content

Commit

Permalink
Fix typo in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanDunfield committed Oct 10, 2023
1 parent 2471f18 commit 40f7e32
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 @@ -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',
Expand Down

0 comments on commit 40f7e32

Please sign in to comment.