Comment 3 for bug 706683

Revision history for this message
Vish Ishaya (vishvananda) wrote : Re: [Bug 706683] Re: setup.py errors and docs won't build without sphinx

It got added to nova pip-requires as well.

Vish

On Jan 24, 2011, at 10:12 AM, Jay Pipes wrote:

> I'm wondering why, since Nova also requires sphinx to build, there is a
> problem when installing Glance but not a problem when installing Nova?
> There's GOT to be a better solution than requiring Sphinx in order to
> just build Glance...
>
> --
> You received this bug notification because you are a member of Nova Bug
> Team, which is subscribed to OpenStack Compute (nova).
> https://bugs.launchpad.net/bugs/706683
>
> Title:
> setup.py errors and docs won't build without sphinx
>
> Status in OpenStack Compute (Nova):
> Fix Committed
>
> Bug description:
> trying to build docs or run setup.py fails without sphinx, which isn't
> required by tools/pip-requires nor our wiki instructions ...
>
> (.nova-venv)k:trunk kpepple$ python setup.py install
> Traceback (most recent call last):
> File "setup.py", line 24, in <module>
> from sphinx.setup_command import BuildDoc
> ImportError: No module named sphinx.setup_command
>
> Asking to just include this as part of pip-requires so that it just
> works.
>
>