Skip to content

Instantly share code, notes, and snippets.

@yarikoptic
Created April 28, 2011 20:21
Show Gist options
  • Save yarikoptic/947241 to your computer and use it in GitHub Desktop.
Save yarikoptic/947241 to your computer and use it in GitHub Desktop.
$> PYTHONPATH=build/lib.linux-x86_64-2.6 sphinx-build docs/src/ build/html/
Running Sphinx v1.0.7
loading pickled environment... done
No builder selected, using default: html
building [html]: targets for 0 source files that are out of date
updating environment: 0 added, 18 changed, 0 removed
Traceback (most recent call last):roller/ec2
File "/usr/lib/pymodules/python2.6/sphinx/ext/autodoc.py", line 329, in import_object
__import__(self.modname)
File "/tmp/pebl-1.0.2/build/lib.linux-x86_64-2.6/pebl/taskcontroller/ec2.py", line 11, in <module>
from pebl.taskcontroller import ec2ipy1
File "/tmp/pebl-1.0.2/build/lib.linux-x86_64-2.6/pebl/taskcontroller/ec2ipy1.py", line 5, in <module>
import ipython1.kernel.api as kernel
ImportError: No module named ipython1.kernel.api
reading sources... [100%] util
/tmp/pebl-1.0.2/build/lib.linux-x86_64-2.6/pebl/cpd.py:docstring of pebl.cpd.CPD:10: (ERROR/3) Unknown target name: "data".
/tmp/pebl-1.0.2/docs/src/taskcontroller/ec2.rst:35: (WARNING/2) autodoc can't import/find class 'pebl.taskcontroller.ec2.EC2Controller', it reported error: "No module named ipython1.kernel.api", please check your spelling and sys.path
looking for now-outdated files... none found
pickling environment... done
checking consistency... /tmp/pebl-1.0.2/docs/src/userguide.rst:: WARNING: document isn't included in any toctree
done
preparing documents... done
writing output... [100%] util
/tmp/pebl-1.0.2/docs/src/apiref.rst:: WARNING: toctree contains reference to document 'util' that doesn't have a title: no link will be generated
/tmp/pebl-1.0.2/docs/src/index.rst:: WARNING: toctree contains reference to document 'util' that doesn't have a title: no link will be generated
writing additional files... genindex py-modindex search
copying static files... done
dumping search index... done
dumping object inventory... done
build succeeded, 5 warnings.
PYTHONPATH=build/lib.linux-x86_64-2.6 sphinx-build docs/src/ build/html/ 6,21s user 0,27s system 98% cpu 6,542 total
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment