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

Sphinx 1.0.8 leads to an error #1

Closed
pabo3000 opened this issue Oct 18, 2012 · 1 comment
Closed

Sphinx 1.0.8 leads to an error #1

pabo3000 opened this issue Oct 18, 2012 · 1 comment
Assignees

Comments

@pabo3000
Copy link

If you use c.r.s in version 0.7.1, your buildout pulls Sphinx 1.0.8. When you run bin/sphinxbuilder (make html or make latex or ...) there is an error:

...
File "/home/pab/.buildout/eggs/Sphinx-1.0.8-py2.7.egg/sphinx/roles.py", line 129, in call
set_role_source_info(inliner, lineno, refnode)
File "/home/pab/.buildout/eggs/Sphinx-1.0.8-py2.7.egg/sphinx/util/nodes.py", line 114, in set_role_source_info
inliner.reporter.locator(lineno)
AttributeError: Reporter instance has no attribute 'locator'

But if you pin Sphinx >= 1.1, no error will appear.

This could be done by requirements of collective.recipe.sphinxbuilder.

@ghost ghost assigned sdouche Oct 22, 2012
@sdouche
Copy link
Owner

sdouche commented Oct 22, 2012

Thanks for submitting this bug. I was able to reproduce this on my machine (only with Sphinx 1.0.8, no problem with 1.0.7 or 1.1.x). Acting on your suggestion, I will update the dependency.

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

2 participants