Skip to content

Instantly share code, notes, and snippets.

@catermelon
Created July 18, 2013 18:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save catermelon/6031608 to your computer and use it in GitHub Desktop.
Save catermelon/6031608 to your computer and use it in GitHub Desktop.
Autodoc still not worky
Build for PyExchange-Test
Built: July 18, 2013. 1:01 p.m.
State: Finished
Outcome: Passed
Version: latest
Type: html
Sphinx Standard Output
Running Sphinx v1.1.3+
building [html]: targets for 5 source files that are out of date
updating environment: 5 added, 0 changed, 0 removed
reading sources... [ 20%] attendee
reading sources... [ 40%] changelog
reading sources... [ 60%] contributing
reading sources... [ 80%] exchange2010calendarevent
Traceback (most recent call last):
File "/home/docs/checkouts/readthedocs.org/user_builds/pyexchange-test/envs/latest/local/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object
__import__(self.modname)
File "/home/docs/checkouts/readthedocs.org/user_builds/pyexchange-test/envs/latest/local/lib/python2.7/site-packages/pyexchange-0.3-py2.7.egg/pyexchange/__init__.py", line 8, in <module>
from .exchange2010 import Exchange2010Service # noqa
ImportError: No module named exchange2010
reading sources... [100%] index
looking for now-outdated files... none found
pickling environment... done
checking consistency... done
preparing documents... done
writing output... [ 20%] attendee
writing output... [ 40%] changelog
writing output... [ 60%] contributing
writing output... [ 80%] exchange2010calendarevent
writing output... [100%] index
writing additional files... (0 module code pages) genindex py-modindex search
copying static files... done
dumping search index... done
dumping object inventory... done
build succeeded, 9 warnings.
Sphinx Standard Error
../CHANGES.rst:17: WARNING: Title underline too short.
0.3 (July 17, 2013)
------------------
../CHANGES.rst:17: WARNING: Title underline too short.
0.3 (July 17, 2013)
------------------
/var/build/user_builds/pyexchange-test/checkouts/latest/docs/exchange2010calendarevent.rst:4: WARNING: autodoc can't import/find module 'pyexchange.exchange2010', it reported error: "No module named exchange2010", please check your spelling and sys.path
/var/build/user_builds/pyexchange-test/checkouts/latest/docs/exchange2010calendarevent.rst:9: WARNING: don't know which module to import for autodocumenting u'Exchange2010CalendarEvent' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
/var/build/user_builds/pyexchange-test/checkouts/latest/docs/attendee.rst:: WARNING: document isn't included in any toctree
/var/build/user_builds/pyexchange-test/checkouts/latest/docs/changelog.rst:: WARNING: document isn't included in any toctree
/var/build/user_builds/pyexchange-test/checkouts/latest/docs/contributing.rst:: WARNING: document isn't included in any toctree
/var/build/user_builds/pyexchange-test/checkouts/latest/docs/exchange2010calendarevent.rst:: WARNING: document isn't included in any toctree
WARNING: html_static_path entry '/var/build/user_builds/pyexchange-test/checkouts/latest/docs/_static' does not exist
Setup Output
CHECKOUT
HEAD is now at ca9d27f Adding syspath hacker
VENV
Already using interpreter /home/docs/bin/python
Using real prefix '/usr'
New python executable in /home/docs/checkouts/readthedocs.org/user_builds/pyexchange-test/envs/latest/bin/python
Installing distribute...........................................................................................................................................................................................................................done.
Installing pip................done.
SPHINX
Downloading/unpacking Sphinx from hg+http://bitbucket.org/birkenfeld/sphinx/@d4c6ac1fcc9c#egg=Sphinx
Cloning hg http://bitbucket.org/birkenfeld/sphinx/ (to revision d4c6ac1fcc9c) to ./checkouts/readthedocs.org/user_builds/pyexchange-test/envs/latest/build/Sphinx
Running setup.py egg_info for package Sphinx
no previously-included directories found matching 'doc/_build'
Requirement already up-to-date: virtualenv==1.8.2 in /var/build/user_builds/pyexchange-test/envs/latest/lib/python2.7/site-packages
Downloading/unpacking distribute==0.6.28
Running setup.py egg_info for package distribute
Requirement already up-to-date: docutils==0.8.1 in /var/build/user_builds/pyexchange-test/envs/latest/lib/python2.7/site-packages
Requirement already up-to-date: Pygments>=1.2 in /var/build/user_builds/pyexchange-test/envs/latest/lib/python2.7/site-packages (from Sphinx)
Requirement already up-to-date: Jinja2>=2.3 in /var/build/user_builds/pyexchange-test/envs/latest/lib/python2.7/site-packages (from Sphinx)
Requirement already up-to-date: markupsafe in /var/build/user_builds/pyexchange-test/envs/latest/lib/python2.7/site-packages (from Jinja2>=2.3->Sphinx)
Installing collected packages: Sphinx, distribute
Found existing installation: Sphinx 1.1.3-d4c6ac1fcc9cdev-20130718
Uninstalling Sphinx:
Successfully uninstalled Sphinx
Running setup.py install for Sphinx
no previously-included directories found matching 'doc/_build'
Installing sphinx-apidoc script to /home/docs/checkouts/readthedocs.org/user_builds/pyexchange-test/envs/latest/bin
Installing sphinx-build script to /home/docs/checkouts/readthedocs.org/user_builds/pyexchange-test/envs/latest/bin
Installing sphinx-quickstart script to /home/docs/checkouts/readthedocs.org/user_builds/pyexchange-test/envs/latest/bin
Installing sphinx-autogen script to /home/docs/checkouts/readthedocs.org/user_builds/pyexchange-test/envs/latest/bin
Found existing installation: distribute 0.6.31
Uninstalling distribute:
Successfully uninstalled distribute
Running setup.py install for distribute
Before install bootstrap.
Scanning installed packages
Setuptools installation detected at /var/build/user_builds/pyexchange-test/envs/latest/lib/python2.7/site-packages
Non-egg installation
Removing elements out of the way...
Already patched.
/var/build/user_builds/pyexchange-test/envs/latest/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg-info already patched.
Installing easy_install script to /home/docs/checkouts/readthedocs.org/user_builds/pyexchange-test/envs/latest/bin
Installing easy_install-2.7 script to /home/docs/checkouts/readthedocs.org/user_builds/pyexchange-test/envs/latest/bin
After install bootstrap.
/home/docs/checkouts/readthedocs.org/user_builds/pyexchange-test/envs/latest/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg-info already exists
Successfully installed Sphinx distribute
Cleaning up...
REQUIREMENTS
Requirement already satisfied (use --upgrade to upgrade): pyexchange in /var/build/user_builds/pyexchange-test/envs/latest/lib/python2.7/site-packages/pyexchange-0.3-py2.7.egg (from -r docs/doc_requirements.txt (line 1))
Requirement already satisfied (use --upgrade to upgrade): sphinx in /var/build/user_builds/pyexchange-test/envs/latest/lib/python2.7/site-packages (from -r docs/doc_requirements.txt (line 2))
Requirement already satisfied (use --upgrade to upgrade): lxml in /var/build/user_builds/pyexchange-test/envs/latest/lib/python2.7/site-packages (from pyexchange->-r docs/doc_requirements.txt (line 1))
Requirement already satisfied (use --upgrade to upgrade): pytz in /var/build/user_builds/pyexchange-test/envs/latest/lib/python2.7/site-packages (from pyexchange->-r docs/doc_requirements.txt (line 1))
Requirement already satisfied (use --upgrade to upgrade): python-ntlm in /var/build/user_builds/pyexchange-test/envs/latest/lib/python2.7/site-packages (from pyexchange->-r docs/doc_requirements.txt (line 1))
Requirement already satisfied (use --upgrade to upgrade): Pygments>=1.2 in /var/build/user_builds/pyexchange-test/envs/latest/lib/python2.7/site-packages (from sphinx->-r docs/doc_requirements.txt (line 2))
Requirement already satisfied (use --upgrade to upgrade): Jinja2>=2.3 in /var/build/user_builds/pyexchange-test/envs/latest/lib/python2.7/site-packages (from sphinx->-r docs/doc_requirements.txt (line 2))
Requirement already satisfied (use --upgrade to upgrade): docutils>=0.7 in /var/build/user_builds/pyexchange-test/envs/latest/lib/python2.7/site-packages (from sphinx->-r docs/doc_requirements.txt (line 2))
Requirement already satisfied (use --upgrade to upgrade): markupsafe in /var/build/user_builds/pyexchange-test/envs/latest/lib/python2.7/site-packages (from Jinja2>=2.3->sphinx->-r docs/doc_requirements.txt (line 2))
Cleaning up...
INSTALL
running install
running bdist_egg
running egg_info
writing requirements to pyexchange.egg-info/requires.txt
writing pyexchange.egg-info/PKG-INFO
writing top-level names to pyexchange.egg-info/top_level.txt
writing dependency_links to pyexchange.egg-info/dependency_links.txt
reading manifest file 'pyexchange.egg-info/SOURCES.txt'
writing manifest file 'pyexchange.egg-info/SOURCES.txt'
installing library code to build/bdist.linux-x86_64/egg
running install_lib
running build_py
creating build/bdist.linux-x86_64/egg
creating build/bdist.linux-x86_64/egg/pyexchange
copying build/lib.linux-x86_64-2.7/pyexchange/utils.py -> build/bdist.linux-x86_64/egg/pyexchange
copying build/lib.linux-x86_64-2.7/pyexchange/__init__.py -> build/bdist.linux-x86_64/egg/pyexchange
copying build/lib.linux-x86_64-2.7/pyexchange/exceptions.py -> build/bdist.linux-x86_64/egg/pyexchange
copying build/lib.linux-x86_64-2.7/pyexchange/connection.py -> build/bdist.linux-x86_64/egg/pyexchange
byte-compiling build/bdist.linux-x86_64/egg/pyexchange/utils.py to utils.pyc
byte-compiling build/bdist.linux-x86_64/egg/pyexchange/__init__.py to __init__.pyc
byte-compiling build/bdist.linux-x86_64/egg/pyexchange/exceptions.py to exceptions.pyc
byte-compiling build/bdist.linux-x86_64/egg/pyexchange/connection.py to connection.pyc
creating build/bdist.linux-x86_64/egg/EGG-INFO
copying pyexchange.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO
copying pyexchange.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying pyexchange.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying pyexchange.egg-info/not-zip-safe -> build/bdist.linux-x86_64/egg/EGG-INFO
copying pyexchange.egg-info/requires.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying pyexchange.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
creating 'dist/pyexchange-0.3-py2.7.egg' and adding 'build/bdist.linux-x86_64/egg' to it
removing 'build/bdist.linux-x86_64/egg' (and everything under it)
Processing pyexchange-0.3-py2.7.egg
removing '/var/build/user_builds/pyexchange-test/envs/latest/lib/python2.7/site-packages/pyexchange-0.3-py2.7.egg' (and everything under it)
creating /var/build/user_builds/pyexchange-test/envs/latest/lib/python2.7/site-packages/pyexchange-0.3-py2.7.egg
Extracting pyexchange-0.3-py2.7.egg to /var/build/user_builds/pyexchange-test/envs/latest/lib/python2.7/site-packages
pyexchange 0.3 is already the active version in easy-install.pth
Installed /var/build/user_builds/pyexchange-test/envs/latest/lib/python2.7/site-packages/pyexchange-0.3-py2.7.egg
Processing dependencies for pyexchange==0.3
Searching for python-ntlm==1.0.1
Best match: python-ntlm 1.0.1
Adding python-ntlm 1.0.1 to easy-install.pth file
Installing ntlm_example_extended script to /home/docs/checkouts/readthedocs.org/user_builds/pyexchange-test/envs/latest/bin
Installing ntlm_example_simple script to /home/docs/checkouts/readthedocs.org/user_builds/pyexchange-test/envs/latest/bin
Using /var/build/user_builds/pyexchange-test/envs/latest/lib/python2.7/site-packages
Searching for pytz==2013b
Best match: pytz 2013b
Adding pytz 2013b to easy-install.pth file
Using /var/build/user_builds/pyexchange-test/envs/latest/lib/python2.7/site-packages
Searching for lxml==3.2.1
Best match: lxml 3.2.1
Adding lxml 3.2.1 to easy-install.pth file
Using /var/build/user_builds/pyexchange-test/envs/latest/lib/python2.7/site-packages
Finished processing dependencies for pyexchange==0.3
Environment Standard Error
CHECKOUT
VENV
SPHINX
warning: bitbucket.org certificate with fingerprint 24:9c:45:8b:9c:aa:ba:55:4e:01:6d:58:ff:e4:28:7d:2a:14:ae:3b not verified (check hostfingerprints or web.cacerts config setting)
REQUIREMENTS
INSTALL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment