← Back to team overview

openstack team mailing list archive

Re: Cannot install Cinder doc successfully

 

On Fri, Jan 18, 2013 at 1:39 AM, Razique Mahroua
<razique.mahroua@xxxxxxxxx>wrote:

> Check all the "Requires" there :)
> http://osdir.com/ml/scm-fedora-commits/2012-09/msg07730.html
>
> *Razique Mahroua** - **Nuage & Co*
> razique.mahroua@xxxxxxxxx
> Tel : +33 9 72 37 94 15
>
>
> Le 18 janv. 2013 à 10:03, harryxiyou <harryxiyou@xxxxxxxxx> a écrit :
>
> On Fri, Jan 18, 2013 at 4:54 PM, harryxiyou <harryxiyou@xxxxxxxxx> wrote:
>
>
>
> On Fri, Jan 18, 2013 at 4:37 PM, Razique Mahroua <
> razique.mahroua@xxxxxxxxx>
> wrote:
>
>
> Hi,
>
>
>
> Hi Razique,
>
>
> is python-paramiko installed on your box?
>
>
> After i installed python-paramiko, i get the following errors.
>
>
> $ make
> sphinx-build -b html -d build/doctrees   source build/html
> Making output directory...
> Running Sphinx v1.1.3
>
> Extension error:
> Could not import extension ext.cinder_autodoc (exception: No module named
> eventlet)
>
> make: *** [html] error 1
>
> And i tried install python-eventlet. There is no python-eventlet. What
> should i do?
>
>
> I tried '$ sudo pip install eventlet', which has solved this problem.
> But when i execute
> 'make' command, i caught following errors.
>
> $ make
> sphinx-build -b html -d build/doctrees   source build/html
> Running Sphinx v1.1.3
>
> Extension error:
> Could not import extension ext.cinder_autodoc (exception: No module
> named webob.exc)
>
> PS: I have tried 'pip install' and 'sudo apt-get install' commands.
>
>
> --
> Thanks
> Harry Wei
>
>
>
> _______________________________________________
> Mailing list: https://launchpad.net/~openstack
> Post to     : openstack@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~openstack
> More help   : https://help.launchpad.net/ListHelp
>
>
The easiest way to build the docs is going to be with tox, `tox -evenv --
python setup.py build_sphinx`. This will install all of the dependencies
for Cinder in a virtualenv then build the documentation in that env (the
dependencies are necessary because Cinder uses autodoc).

Clark

References