This project intend to provide a template project to create a multi-language documentation with sphinx.
Clone the project and change the “project-name”, “author-name” in config/all.py.
let’s take fr as an example.
- Make a new language folder, with
enas a templatecp -r en fr - Change
conf.pyin new folder.language = 'fr'
- Add the new language to
config/all.py(last line of the file)languages = ['en', 'zh-cn', 'fr']
make htmlLicensed under the MIT License. You can feel free to use it.