openstack team mailing list archive
-
openstack team
-
Mailing list archive
-
Message #20216
Cannot install Cinder doc successfully
Hi all,
I wanna install Cinder docs for reading but i cannot install them according
to cinder/doc/README.rst.
My PC environment are
======================
$ lsb_release -a
Distributor ID: Ubuntu
Description: Ubuntu 10.04.4 LTS
Release: 10.04
Codename: lucid
$ pip --version
pip 0.3.1 from /usr/lib/python2.6/dist-packages (python 2.6)
My operation steps
====================
1, download cinder branch from https://github.com/openstack/cinder .
2, sudo apt-get install python-pip.
3, sudo pip install Sphinx
4, sudo apt-get install graphviz
5, make
After step 5, i catch 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 paramiko)
make: *** [html] error 1
Could anyone give me some suggestions? Thanks in advance ;-)
--
Thanks
Harry Wei
Follow ups