Sphinx 国际化

2022-03-21 00:00:00 功能 文档 支持 项目 翻译

对于英文不好的人,可能会有应该烦恼:外文阅读很低效。

本文介绍了一个项目可以在一定程度上提高阅读外文的效率。

本项目 xinetzone/sphinx-intl-deploy 支持将项目文档翻译为多语言。

下面以翻译项目 sphinx-doc/sphinx-intl 为中文,展示如何配置 .github/workflows/deploy.yml

直接使用

  1. 克隆本项目后,克隆需要翻译的项目 sphinx-doc/sphinx-intl 以及 HTML w3css 主题:
- name: 克隆需要翻译的项目以及 HTML w3css 主题
  run: |
    git clone https://github.com/sphinx-doc/sphinx-intl.git draft
    git clone https://github.com/xinetzone/xin-css.git draft/doc/_static/xin-css
    git clone https://github.com/xinetzone/w3css.git draft/doc/_static/w3css

相关文章