Skip to content

Instantly share code, notes, and snippets.

@jaloren
Created May 21, 2014 02:40
Show Gist options
  • Save jaloren/186144a9829c28b581d6 to your computer and use it in GitHub Desktop.
Save jaloren/186144a9829c28b581d6 to your computer and use it in GitHub Desktop.
No need to update translations. Skipping...
sphinx-build -b html -d _build/doctrees . _build/html
Making output directory...
Running Sphinx v1.0.8
loading translations [en]... locale not available
loading pickled environment... not yet created
[autosummary] generating autosummary for: contents.rst, faq.rst, glossary.rst, index.rst, ref/auth/all/index.rst, ref/auth/all/salt.auth.auto.rst, ref/auth/all/salt.auth.keystone.rst, ref/auth/all/salt.auth.ldap.rst, ref/auth/all/salt.auth.pam.rst, ref/auth/all/salt.auth.pki.rst, ..., topics/tutorials/walkthrough.rst, topics/tutorials/walkthrough_macosx.rst, topics/tutorials/writing_tests.rst, topics/virt/disk.rst, topics/virt/index.rst, topics/virt/nic.rst, topics/windows/index.rst, topics/windows/windows-package-manager.rst, topics/windows/windows-specific-behaviour.rst, topics/yaml/index.rst
Exception occurred:
File "/usr/lib/python2.6/site-packages/Sphinx-1.0.8-py2.6.egg/sphinx/ext/autosummary/__init__.py", line 411, in _import_by_name
__import__(modname)
File "/root/gitrepos/salt/salt/cloud/clouds/ec2.py", line 3038
snapshot_id = { k: v for d in data for k, v in d.items()}['snapshotId']
^
SyntaxError: invalid syntax
The full traceback has been saved in /tmp/sphinx-err-ATGDAQ.log, if you want to report the issue to the developers.
Please also report this if it was a user error, so that a better error message can be provided next time.
Either send bugs to the mailing list at <http://groups.google.com/group/sphinx-dev/>,
or report them in the tracker at <http://bitbucket.org/birkenfeld/sphinx/issues/>. Thanks!
make: *** [html] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment