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

symbolator sphinx failed to work #2

Open
bergnoli opened this issue Feb 8, 2018 · 1 comment
Open

symbolator sphinx failed to work #2

bergnoli opened this issue Feb 8, 2018 · 1 comment

Comments

@bergnoli
Copy link

bergnoli commented Feb 8, 2018

this line in file symbolator_sphinx.py cause an import error when trying to make a sphinx document site using symbolator plugin:

from sphinx.locale import _, __

everithing works fine if change to:

from sphinx.locale import _
@kevinpt
Copy link
Owner

kevinpt commented Feb 16, 2018

Do you know what version of Sphinx you have? __() is still defined in the latest sphinx/locale/init.py. Can you try manually importing from an interactive Python instance.

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