setup.py: do not fail when sphinx is not found

This commit is contained in:
Davide Andreoli 2014-11-22 15:56:47 +01:00
parent 60e7e94889
commit 7ca64616ae
1 changed files with 2 additions and 0 deletions

View File

@ -50,6 +50,8 @@ except ImportError:
class BuildDoc(Command):
description = \
"build documentation using sphinx, that must be installed."
version = ""
release = ""
user_options = []
def initialize_options(self):