readthedocs / sphinxcontrib-dotnetdomain

A Sphinx domain for .NET languages
MIT License
15 stars 17 forks source link

sphinxcontrib.dotnetdomain (exception: cannot import name 'l_') #65

Open tyuanhang opened 4 years ago

tyuanhang commented 4 years ago

sphinxcontrib\dotnetdomain.py:L11 from sphinx.locale import l_

However, an exception is thrown indicating that sphinxcontrib.dotnetdomain (exception: cannot import name 'l_')

Is there anything wrong?

cx-leonelsanches commented 3 years ago

@tyuanhang I just submitted a PR that solves the problem: https://github.com/readthedocs/sphinxcontrib-dotnetdomain/pull/68