$ docker image build -t convmodel-docs .
$ docker container run -w /work -v $(pwd):/work --rm -it convmodel-docsYou can check the document without building statis files.
mkdocs serve --config-file convmodel/docs/en/mkdocs.yml --dev-addr 0.0.0.0:8000