Skip to content

Instantly share code, notes, and snippets.

@wraithan
Created October 1, 2011 01:13
Show Gist options
  • Save wraithan/1255462 to your computer and use it in GitHub Desktop.
Save wraithan/1255462 to your computer and use it in GitHub Desktop.
Running Sphinx v1.0.8
loading pickled environment... done
loading intersphinx inventory from http://docs.python.org/objects.inv...
loading intersphinx inventory from http://api.mongodb.org/python/current/objects.inv...
building [html]: targets for 4 source files that are out of date
updating environment: 0 added, 4 changed, 0 removed
reading sources... [ 25%] api
Traceback (most recent call last):
File "/home/docs/sites/readthedocs.org/lib/python2.6/site-packages/sphinx/ext/autodoc.py", line 329, in import_object
__import__(self.modname)
ImportError: No module named scalymongo.connection
Traceback (most recent call last):
File "/home/docs/sites/readthedocs.org/lib/python2.6/site-packages/sphinx/ext/autodoc.py", line 329, in import_object
__import__(self.modname)
ImportError: No module named scalymongo.document
Traceback (most recent call last):
File "/home/docs/sites/readthedocs.org/lib/python2.6/site-packages/sphinx/ext/autodoc.py", line 329, in import_object
__import__(self.modname)
ImportError: No module named scalymongo.cursor
Traceback (most recent call last):
File "/home/docs/sites/readthedocs.org/lib/python2.6/site-packages/sphinx/ext/autodoc.py", line 329, in import_object
__import__(self.modname)
ImportError: No module named scalymongo.schema
Traceback (most recent call last):
File "/home/docs/sites/readthedocs.org/lib/python2.6/site-packages/sphinx/ext/autodoc.py", line 329, in import_object
__import__(self.modname)
ImportError: No module named scalymongo.structure_walker
Traceback (most recent call last):
File "/home/docs/sites/readthedocs.org/lib/python2.6/site-packages/sphinx/ext/autodoc.py", line 329, in import_object
__import__(self.modname)
ImportError: No module named scalymongo.errors
Traceback (most recent call last):
File "/home/docs/sites/readthedocs.org/lib/python2.6/site-packages/sphinx/ext/autodoc.py", line 329, in import_object
__import__(self.modname)
ImportError: No module named scalymongo.helpers
reading sources... [ 50%] index
reading sources... [ 75%] intro
reading sources... [100%] maintenance
looking for now-outdated files... none found
pickling environment... done
checking consistency... done
preparing documents... done
writing output... [ 25%] api
writing output... [ 50%] index
writing output... [ 75%] intro
writing output... [100%] maintenance
writing additional files... (0 module code pages) genindex search
copying static files... done
dumping search index... done
dumping object inventory... done
build succeeded, 8 warnings.
/home/docs/sites/readthedocs.org/checkouts/readthedocs.org/user_builds/scalymongo/checkouts/latest/docs/source/api.rst:4: WARNING: autodoc can't import/find module 'scalymongo.connection', it reported error: "No module named scalymongo.connection", please check your spelling and sys.path
/home/docs/sites/readthedocs.org/checkouts/readthedocs.org/user_builds/scalymongo/checkouts/latest/docs/source/api.rst:7: WARNING: autodoc can't import/find module 'scalymongo.document', it reported error: "No module named scalymongo.document", please check your spelling and sys.path
/home/docs/sites/readthedocs.org/checkouts/readthedocs.org/user_builds/scalymongo/checkouts/latest/docs/source/api.rst:10: WARNING: autodoc can't import/find module 'scalymongo.cursor', it reported error: "No module named scalymongo.cursor", please check your spelling and sys.path
/home/docs/sites/readthedocs.org/checkouts/readthedocs.org/user_builds/scalymongo/checkouts/latest/docs/source/api.rst:13: WARNING: autodoc can't import/find module 'scalymongo.schema', it reported error: "No module named scalymongo.schema", please check your spelling and sys.path
/home/docs/sites/readthedocs.org/checkouts/readthedocs.org/user_builds/scalymongo/checkouts/latest/docs/source/api.rst:16: WARNING: autodoc can't import/find module 'scalymongo.structure_walker', it reported error: "No module named scalymongo.structure_walker", please check your spelling and sys.path
/home/docs/sites/readthedocs.org/checkouts/readthedocs.org/user_builds/scalymongo/checkouts/latest/docs/source/api.rst:19: WARNING: autodoc can't import/find module 'scalymongo.errors', it reported error: "No module named scalymongo.errors", please check your spelling and sys.path
/home/docs/sites/readthedocs.org/checkouts/readthedocs.org/user_builds/scalymongo/checkouts/latest/docs/source/api.rst:22: WARNING: autodoc can't import/find module 'scalymongo.helpers', it reported error: "No module named scalymongo.helpers", please check your spelling and sys.path
WARNING: html_static_path entry '/home/docs/sites/readthedocs.org/checkouts/readthedocs.org/user_builds/scalymongo/checkouts/latest/docs/source/_static' does not exist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment