On Fri, Jan 18, 2013 at 1:39 AM, Razique Mahroua <span dir="ltr"><<a href="mailto:razique.mahroua@gmail.com" target="_blank">razique.mahroua@gmail.com</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div style="word-wrap:break-word">Check all the "Requires" there :)<div><a href="http://osdir.com/ml/scm-fedora-commits/2012-09/msg07730.html" target="_blank">http://osdir.com/ml/scm-fedora-commits/2012-09/msg07730.html</a></div>
<div><div class="im"><br><div>
<span style="border-collapse:separate;font-family:'Lucida Grande';border-spacing:0px"><span style="font-weight:normal;font-family:Helvetica"><b style="color:rgb(19,112,138)">Razique Mahroua</b></span><span style="font-weight:normal;font-family:Helvetica;color:rgb(19,112,138)"><b> - </b></span><span style="font-family:Helvetica"><span style="font-weight:normal;font-family:Helvetica"><b style="color:rgb(19,112,138)">Nuage & Co</b></span><span style="border-collapse:separate;font-family:Helvetica;font-style:normal;font-variant:normal;letter-spacing:normal;line-height:normal;text-align:-webkit-auto;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;border-spacing:0px;font-size:medium"><span style="border-spacing:0px;text-indent:0px;letter-spacing:normal;font-variant:normal;text-align:-webkit-auto;font-style:normal;font-weight:normal;line-height:normal;border-collapse:separate;text-transform:none;font-size:medium;white-space:normal;font-family:Helvetica;word-spacing:0px"><span style="border-collapse:separate;font-variant:normal;letter-spacing:normal;line-height:normal;text-align:-webkit-auto;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;border-spacing:0px"><div style="font-style:normal;font-size:medium;font-family:Helvetica;font-weight:normal">
<font color="#13708a"><a href="mailto:razique.mahroua@gmail.com" target="_blank">razique.mahroua@gmail.com</a></font></div><div style="font-style:normal;font-size:medium;font-family:Helvetica"><font color="#13708a">Tel : <a href="tel:%2B33%209%2072%2037%2094%2015" value="+33972379415" target="_blank">+33 9 72 37 94 15</a></font></div>
</span></span></span></span></span><br><span><img src="" height="112" width="125"></span>
</div>
<br></div><div><div>Le 18 janv. 2013 à 10:03, harryxiyou <<a href="mailto:harryxiyou@gmail.com" target="_blank">harryxiyou@gmail.com</a>> a écrit :</div><div><div class="h5"><br><blockquote type="cite">On Fri, Jan 18, 2013 at 4:54 PM, harryxiyou <<a href="mailto:harryxiyou@gmail.com" target="_blank">harryxiyou@gmail.com</a>> wrote:<br>
<blockquote type="cite"><br><br>On Fri, Jan 18, 2013 at 4:37 PM, Razique Mahroua <<a href="mailto:razique.mahroua@gmail.com" target="_blank">razique.mahroua@gmail.com</a>><br>wrote:<br><blockquote type="cite"><br>Hi,<br>
</blockquote><br><br>Hi Razique,<br><br><br><blockquote type="cite">is python-paramiko installed on your box?<br></blockquote><br>After i installed python-paramiko, i get the following errors.<br><br><br>$ make<br>sphinx-build -b html -d build/doctrees   source build/html<br>
Making output directory...<br>Running Sphinx v1.1.3<br><br>Extension error:<br>Could not import extension ext.cinder_autodoc (exception: No module named<br>eventlet)<br><br>make: *** [html] error 1<br><br>And i tried install python-eventlet. There is no python-eventlet. What<br>
should i do?<br><br></blockquote><br>I tried '$ sudo pip install eventlet', which has solved this problem.<br>But when i execute<br>'make' command, i caught following errors.<br><br>$ make<br>sphinx-build -b html -d build/doctrees   source build/html<br>
Running Sphinx v1.1.3<br><br>Extension error:<br>Could not import extension ext.cinder_autodoc (exception: No module<br>named webob.exc)<br><br>PS: I have tried 'pip install' and 'sudo apt-get install' commands.<br>
<br><br>-- <br>Thanks<br>Harry Wei<br></blockquote></div></div></div><br></div></div><br>_______________________________________________<br>
Mailing list: <a href="https://launchpad.net/~openstack" target="_blank">https://launchpad.net/~openstack</a><br>
Post to     : <a href="mailto:openstack@lists.launchpad.net">openstack@lists.launchpad.net</a><br>
Unsubscribe : <a href="https://launchpad.net/~openstack" target="_blank">https://launchpad.net/~openstack</a><br>
More help   : <a href="https://help.launchpad.net/ListHelp" target="_blank">https://help.launchpad.net/ListHelp</a><br>
<br></blockquote></div><br>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).<br>
<br>Clark<br>