Open tyuanhang opened 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_')
sphinxcontrib.dotnetdomain (exception: cannot import name 'l_')
Is there anything wrong?
@tyuanhang I just submitted a PR that solves the problem: https://github.com/readthedocs/sphinxcontrib-dotnetdomain/pull/68
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?