Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compiling docs fails #405

Open
LeoKotschenreuther opened this issue Mar 30, 2015 · 0 comments
Open

Compiling docs fails #405

LeoKotschenreuther opened this issue Mar 30, 2015 · 0 comments

Comments

@LeoKotschenreuther
Copy link

running "make docs" on a new vm (set up with vagrant) fails

Exception occurred:
File "/home/vagrant/hyrise/docs/breathe/renderer/rst/doxygen/domain.py", line 115, in create_class_id
sigobj = parser.parse_class()
AttributeError: 'DefinitionParser' object has no attribute 'parse_class'
The full traceback has been saved in /tmp/sphinx-err-SkMijr.log, if you want to report the issue to the developers.

See full traceback (as it was stored in /tmp/sphinx-err-SkMijr.log)
Traceback (most recent call last):
File "/home/vagrant/hyrise/doc_env/local/lib/python2.7/site-packages/sphinx/cmdline.py", line 245, in main
app.build(opts.force_all, filenames)
File "/home/vagrant/hyrise/doc_env/local/lib/python2.7/site-packages/sphinx/application.py", line 264, in build
self.builder.build_update()
File "/home/vagrant/hyrise/doc_env/local/lib/python2.7/site-packages/sphinx/builders/init.py", line 245, in build_update
'out of date' % len(to_build))
File "/home/vagrant/hyrise/doc_env/local/lib/python2.7/site-packages/sphinx/builders/init.py", line 259, in build
self.doctreedir, self.app))
File "/home/vagrant/hyrise/doc_env/local/lib/python2.7/site-packages/sphinx/environment.py", line 618, in update
self._read_serial(docnames, app)
File "/home/vagrant/hyrise/doc_env/local/lib/python2.7/site-packages/sphinx/environment.py", line 638, in _read_serial
self.read_doc(docname, app)
File "/home/vagrant/hyrise/doc_env/local/lib/python2.7/site-packages/sphinx/environment.py", line 791, in read_doc
pub.publish()
File "/home/vagrant/hyrise/doc_env/local/lib/python2.7/site-packages/docutils/core.py", line 217, in publish
self.settings)
File "/home/vagrant/hyrise/doc_env/local/lib/python2.7/site-packages/sphinx/environment.py", line 126, in read
self.parse()
File "/home/vagrant/hyrise/doc_env/local/lib/python2.7/site-packages/docutils/readers/init.py", line 78, in parse
self.parser.parse(self.input, document)
File "/home/vagrant/hyrise/doc_env/local/lib/python2.7/site-packages/docutils/parsers/rst/init.py", line 172, in parse
self.statemachine.run(inputlines, document, inliner=self.inliner)
File "/home/vagrant/hyrise/doc_env/local/lib/python2.7/site-packages/docutils/parsers/rst/states.py", line 170, in run
input_source=document['source'])
File "/home/vagrant/hyrise/doc_env/local/lib/python2.7/site-packages/docutils/statemachine.py", line 239, in run
context, state, transitions)
File "/home/vagrant/hyrise/doc_env/local/lib/python2.7/site-packages/docutils/statemachine.py", line 460, in check_line
return method(match, context, next_state)
File "/home/vagrant/hyrise/doc_env/local/lib/python2.7/site-packages/docutils/parsers/rst/states.py", line 2961, in text
self.section(title.lstrip(), source, style, lineno + 1, messages)
File "/home/vagrant/hyrise/doc_env/local/lib/python2.7/site-packages/docutils/parsers/rst/states.py", line 327, in section
self.new_subsection(title, lineno, messages)
File "/home/vagrant/hyrise/doc_env/local/lib/python2.7/site-packages/docutils/parsers/rst/states.py", line 395, in new_subsection
node=section_node, match_titles=True)
File "/home/vagrant/hyrise/doc_env/local/lib/python2.7/site-packages/docutils/parsers/rst/states.py", line 282, in nested_parse
node=node, match_titles=match_titles)
File "/home/vagrant/hyrise/doc_env/local/lib/python2.7/site-packages/docutils/parsers/rst/states.py", line 195, in run
results = StateMachineWS.run(self, input_lines, input_offset)
File "/home/vagrant/hyrise/doc_env/local/lib/python2.7/site-packages/docutils/statemachine.py", line 239, in run
context, state, transitions)
File "/home/vagrant/hyrise/doc_env/local/lib/python2.7/site-packages/docutils/statemachine.py", line 460, in check_line
return method(match, context, next_state)
File "/home/vagrant/hyrise/doc_env/local/lib/python2.7/site-packages/docutils/parsers/rst/states.py", line 2299, in explicit_markup
nodelist, blank_finish = self.explicit_construct(match)
File "/home/vagrant/hyrise/doc_env/local/lib/python2.7/site-packages/docutils/parsers/rst/states.py", line 2311, in explicit_construct
return method(self, expmatch)
File "/home/vagrant/hyrise/doc_env/local/lib/python2.7/site-packages/docutils/parsers/rst/states.py", line 2054, in directive
directive_class, match, type_name, option_presets)
File "/home/vagrant/hyrise/doc_env/local/lib/python2.7/site-packages/docutils/parsers/rst/states.py", line 2103, in run_directive
result = directive_instance.run()
File "/home/vagrant/hyrise/docs/breathe/init.py", line 223, in run
node_list = object_renderer.render()
File "/home/vagrant/hyrise/docs/breathe/renderer/rst/doxygen/index.py", line 36, in render
nodelist = self.create_target(refid)
File "/home/vagrant/hyrise/docs/breathe/renderer/rst/doxygen/index.py", line 92, in create_target
self.domain_handler.create_class_target(self.data_object)
File "/home/vagrant/hyrise/docs/breathe/renderer/rst/doxygen/domain.py", line 121, in create_class_target
_id = self.create_class_id(data_object)
File "/home/vagrant/hyrise/docs/breathe/renderer/rst/doxygen/domain.py", line 115, in create_class_id
sigobj = parser.parse_class()
AttributeError: 'DefinitionParser' object has no attribute 'parse_class'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant