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 source build/html
If you have a system with make:
make html
If you have a system with ant:
ant html
sphinx-autobuild source build/html
If you have a system with make:
make livehtml
If you have a system with ant:
ant site