sphinx-doc / sphinx-intl

A Sphinx utility that make it easy to translate and to apply translations.
https://sphinx-intl.readthedocs.io/
BSD 2-Clause "Simplified" License
74 stars 38 forks source link

unnecessary <p class="first"> was inserted between <li> #10

Closed yu-liang-dev closed 7 years ago

yu-liang-dev commented 7 years ago

I translated some text in .po file like this:

_002

then use sphinx-intl to generate html

sphinx-intl build 
make -e SPHINXOPTS="-D language='zh-CN'" html

finally, some unnecessary \

has been inserted between \

  • _001

  • yu-liang-dev commented 7 years ago

    \

    was also inserted between \ _003

    Thanks!

    yu-liang-dev commented 7 years ago

    sorry, I think it is generated by sphinx-build.