def run(self): import sphinx try: sphinx.main(self._get_sphinx_args()) except SystemExit: # Prevent sphinx from exiting pass