Created
August 28, 2015 12:09
-
-
Save kkismd/261753fc3212b910db1b to your computer and use it in GitHub Desktop.
schema2rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
% schema2rst -c schema2rst.yml -o schema.rst | |
Traceback (most recent call last): | |
File "~/.python/2.7.5/site-packages//schema2rst", line 8, in <module> | |
load_entry_point('schema2rst==0.9.0', 'console_scripts', 'schema2rst')() | |
File "~/src/Sphinx/schema2rst-0.9.0-py2.7.egg/schema2rst/commands/rst.py", line 51, in main | |
engine.dispose() | |
NameError: global name 'engine' is not defined |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment