symbolator
symbolator copied to clipboard
symbolator sphinx failed to work
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 _
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.