Skip to content

Latest commit

 

History

History

example

MkDocs Translate Example

This is an example sphinx-build file created with sphinx-quickstart.

It provides both a test of the mkdocs_translate script, and documentation for the project.

sphinx-build instructions

sphinx-build source build/html

If you have a system with make:

make html

If you have a system with ant:

ant html

sphinx-autobuild instructions

sphinx-autobuild source build/html

If you have a system with make:

make livehtml

If you have a system with ant:

ant site