Skip to content

Instantly share code, notes, and snippets.

@certik
Created December 13, 2011 05:25
Show Gist options
  • Select an option

  • Save certik/1470743 to your computer and use it in GitHub Desktop.

Select an option

Save certik/1470743 to your computer and use it in GitHub Desktop.
sphinx log
# Sphinx version: 1.1
# Python version: 2.6.4
# Docutils version: 0.8.1 release
# Jinja2 version: 2.5.5
Traceback (most recent call last):
File "/home/ondrej/repos/qsnake/local/lib/python2.6/site-packages/Sphinx-1.1-py2.6.egg/sphinx/cmdline.py", line 189, in main
app.build(force_all, filenames)
File "/home/ondrej/repos/qsnake/local/lib/python2.6/site-packages/Sphinx-1.1-py2.6.egg/sphinx/application.py", line 204, in build
self.builder.build_update()
File "/home/ondrej/repos/qsnake/local/lib/python2.6/site-packages/Sphinx-1.1-py2.6.egg/sphinx/builders/__init__.py", line 196, in build_update
'out of date' % len(to_build))
File "/home/ondrej/repos/qsnake/local/lib/python2.6/site-packages/Sphinx-1.1-py2.6.egg/sphinx/builders/__init__.py", line 216, in build
purple, length):
File "/home/ondrej/repos/qsnake/local/lib/python2.6/site-packages/Sphinx-1.1-py2.6.egg/sphinx/builders/__init__.py", line 120, in status_iterator
for item in iterable:
File "/home/ondrej/repos/qsnake/local/lib/python2.6/site-packages/Sphinx-1.1-py2.6.egg/sphinx/environment.py", line 613, in update_generator
self.read_doc(docname, app=app)
File "/home/ondrej/repos/qsnake/local/lib/python2.6/site-packages/Sphinx-1.1-py2.6.egg/sphinx/environment.py", line 761, in read_doc
pub.publish()
File "/home/ondrej/repos/qsnake/local/lib/python2.6/site-packages/docutils/core.py", line 211, in publish
self.settings)
File "/home/ondrej/repos/qsnake/local/lib/python2.6/site-packages/docutils/readers/__init__.py", line 69, in read
self.parse()
File "/home/ondrej/repos/qsnake/local/lib/python2.6/site-packages/docutils/readers/__init__.py", line 75, in parse
self.parser.parse(self.input, document)
File "/home/ondrej/repos/qsnake/local/lib/python2.6/site-packages/docutils/parsers/rst/__init__.py", line 157, in parse
self.statemachine.run(inputlines, document, inliner=self.inliner)
File "/home/ondrej/repos/qsnake/local/lib/python2.6/site-packages/docutils/parsers/rst/states.py", line 170, in run
input_source=document['source'])
File "/home/ondrej/repos/qsnake/local/lib/python2.6/site-packages/docutils/statemachine.py", line 237, in run
context, state, transitions)
File "/home/ondrej/repos/qsnake/local/lib/python2.6/site-packages/docutils/statemachine.py", line 458, in check_line
return method(match, context, next_state)
File "/home/ondrej/repos/qsnake/local/lib/python2.6/site-packages/docutils/parsers/rst/states.py", line 2709, in underline
self.section(title, source, style, lineno - 1, messages)
File "/home/ondrej/repos/qsnake/local/lib/python2.6/site-packages/docutils/parsers/rst/states.py", line 329, in section
self.new_subsection(title, lineno, messages)
File "/home/ondrej/repos/qsnake/local/lib/python2.6/site-packages/docutils/parsers/rst/states.py", line 398, in new_subsection
node=section_node, match_titles=1)
File "/home/ondrej/repos/qsnake/local/lib/python2.6/site-packages/docutils/parsers/rst/states.py", line 284, in nested_parse
node=node, match_titles=match_titles)
File "/home/ondrej/repos/qsnake/local/lib/python2.6/site-packages/docutils/parsers/rst/states.py", line 195, in run
results = StateMachineWS.run(self, input_lines, input_offset)
File "/home/ondrej/repos/qsnake/local/lib/python2.6/site-packages/docutils/statemachine.py", line 237, in run
context, state, transitions)
File "/home/ondrej/repos/qsnake/local/lib/python2.6/site-packages/docutils/statemachine.py", line 458, in check_line
return method(match, context, next_state)
File "/home/ondrej/repos/qsnake/local/lib/python2.6/site-packages/docutils/parsers/rst/states.py", line 2709, in underline
self.section(title, source, style, lineno - 1, messages)
File "/home/ondrej/repos/qsnake/local/lib/python2.6/site-packages/docutils/parsers/rst/states.py", line 329, in section
self.new_subsection(title, lineno, messages)
File "/home/ondrej/repos/qsnake/local/lib/python2.6/site-packages/docutils/parsers/rst/states.py", line 398, in new_subsection
node=section_node, match_titles=1)
File "/home/ondrej/repos/qsnake/local/lib/python2.6/site-packages/docutils/parsers/rst/states.py", line 284, in nested_parse
node=node, match_titles=match_titles)
File "/home/ondrej/repos/qsnake/local/lib/python2.6/site-packages/docutils/parsers/rst/states.py", line 195, in run
results = StateMachineWS.run(self, input_lines, input_offset)
File "/home/ondrej/repos/qsnake/local/lib/python2.6/site-packages/docutils/statemachine.py", line 237, in run
context, state, transitions)
File "/home/ondrej/repos/qsnake/local/lib/python2.6/site-packages/docutils/statemachine.py", line 458, in check_line
return method(match, context, next_state)
File "/home/ondrej/repos/qsnake/local/lib/python2.6/site-packages/docutils/parsers/rst/states.py", line 2283, in explicit_markup
nodelist, blank_finish = self.explicit_construct(match)
File "/home/ondrej/repos/qsnake/local/lib/python2.6/site-packages/docutils/parsers/rst/states.py", line 2295, in explicit_construct
return method(self, expmatch)
File "/home/ondrej/repos/qsnake/local/lib/python2.6/site-packages/docutils/parsers/rst/states.py", line 2036, in directive
directive_class, match, type_name, option_presets)
File "/home/ondrej/repos/qsnake/local/lib/python2.6/site-packages/docutils/parsers/rst/states.py", line 2087, in run_directive
result = directive_instance.run()
File "/home/ondrej/repos/qsnake/local/lib/python2.6/site-packages/Sphinx-1.1-py2.6.egg/sphinx/ext/autodoc.py", line 1299, in run
documenter.generate(more_content=self.content)
File "/home/ondrej/repos/qsnake/local/lib/python2.6/site-packages/Sphinx-1.1-py2.6.egg/sphinx/ext/autodoc.py", line 727, in generate
self.add_content(more_content)
File "/home/ondrej/repos/qsnake/local/lib/python2.6/site-packages/Sphinx-1.1-py2.6.egg/sphinx/ext/autodoc.py", line 1042, in add_content
ModuleLevelDocumenter.add_content(self, more_content)
File "/home/ondrej/repos/qsnake/local/lib/python2.6/site-packages/Sphinx-1.1-py2.6.egg/sphinx/ext/autodoc.py", line 477, in add_content
for i, line in enumerate(self.process_doc(docstrings)):
File "/home/ondrej/repos/qsnake/local/lib/python2.6/site-packages/Sphinx-1.1-py2.6.egg/sphinx/ext/autodoc.py", line 441, in process_doc
self.options, docstringlines)
File "/home/ondrej/repos/qsnake/local/lib/python2.6/site-packages/Sphinx-1.1-py2.6.egg/sphinx/application.py", line 314, in emit
results.append(callback(self, *args))
File "ext/numpydoc.py", line 41, in mangle_docstrings
doc = get_doc_object(obj, what, u"\n".join(lines), config=cfg)
File "ext/docscrape_sphinx.py", line 224, in get_doc_object
config=config)
File "ext/docscrape_sphinx.py", line 205, in __init__
ClassDoc.__init__(self, obj, doc=doc, func_doc=None, config=config)
File "ext/docscrape.py", line 486, in __init__
for name in sorted(self.methods)]
File "ext/docscrape.py", line 495, in methods
return [name for name,func in inspect.getmembers(self._cls)
File "/home/ondrej/repos/qsnake/local/lib/python/inspect.py", line 252, in getmembers
value = getattr(object, key)
AttributeError: __abstractmethods__
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment