kevinpt / symbolator

HDL symbol generator
https://kevinpt.github.io/symbolator
MIT License
179 stars 49 forks source link

symbolator sphinx failed to work #2

Open bergnoli opened 6 years ago

bergnoli commented 6 years ago

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 commented 6 years ago

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.