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
en
as a templatecp -r en fr
- Change
conf.py
in new folder.language = 'fr'
- Add the new language to
config/all.py
(last line of the file)languages = ['en', 'zh-cn', 'fr']
make html
Licensed under the MIT License. You can feel free to use it.