symbolator icon indicating copy to clipboard operation
symbolator copied to clipboard

symbolator sphinx failed to work

Open bergnoli opened this issue 7 years ago • 1 comments

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 _

bergnoli avatar Feb 08 '18 13:02 bergnoli

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.

kevinpt avatar Feb 16 '18 03:02 kevinpt