From: george b. <bo...@gm...> - 2018-08-03 16:15:41
|
2018-08-03 18:04 GMT+03:00 David Goodger <go...@py...>: > You can also inject language modules from your custom tool: > > # appropriate imports here > docutils.parsers.rst.languages._languages[language_code] = > input_language_module > docutils.languages._languages[language_code] = output_language_module Thanks David, I really appreciate your reply. This will do it. |