我试图找到一种在Sphinx中使用已翻译的.md文件(俄语)的方法。我使用readthedocs.io,并且已经阅读了以下内容制作可翻译文件(.po
/ .pot
)的过程:
(1)https://docs.readthedocs.io/en/latest/localization.html
(2)https://docs.readthedocs.io/en/latest/guides/manage-translations.html。
此过程需要制作.po
或.pot
文件,将其翻译,然后生成经过翻译的html文件-在https://project.readthedocs.io/ $ language / $ version
我想要的是使用其他目录(例如,名为ru
)并在其中放置俄语.md
文件。
有可能吗?如何避免创建这些.po
/ .pot
文件?