Skip to content

Instantly share code, notes, and snippets.

@errordeveloper
Created July 28, 2011 06:38
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 errordeveloper/1111091 to your computer and use it in GitHub Desktop.
Save errordeveloper/1111091 to your computer and use it in GitHub Desktop.
# Sphinx version: 1.0.7
# Python version: 2.6.4
# Docutils version: 0.5 release
# Jinja2 version: 2.2.1
Traceback (most recent call last):
File "/usr/lib64/python2.6/site-packages/sphinx/cmdline.py", line 187, in main
warningiserror, tags)
File "/usr/lib64/python2.6/site-packages/sphinx/application.py", line 104, in __init__
confoverrides or {}, self.tags)
File "/usr/lib64/python2.6/site-packages/sphinx/config.py", line 168, in __init__
execfile(config['__file__'], config)
File "/home/110101/devel/xmos/git/xdoc/xsphinx/conf.py", line 17, in <module>
import xsphinx.images
File "/home/110101/devel/xmos/git/xdoc/xsphinx/images.py", line 25, in <module>
class Image(Directive):
File "/home/110101/devel/xmos/git/xdoc/xsphinx/images.py", line 43, in Image
'scale': directives.percentage,
AttributeError: 'module' object has no attribute 'percentage'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment