setup.py: Fix doc building

Commit 5702f80a0 updated local_BuildDoc's parameters without
also updating references to the original parameters.  This fixes
the issue and gets './setup.py build_sphinx' working again.

Change-Id: I3483c906c13347a718e1794786830f06af700ebd
This commit is contained in:
Adam Gandelman
2012-03-07 11:06:11 -08:00
parent 855aae0f9c
commit 89c652d762
+1 -1
View File
@@ -33,7 +33,7 @@ try:
for builder in ['html', 'man']:
self.builder = builder
self.finalize_options()
BuildDoc.run(self)
setup_command.BuildDoc.run(self)
nova_cmdclass['build_sphinx'] = local_BuildDoc
except Exception: