PaddlePaddle.org Documentation 1) clone documentation repo and checkout branch git clone https://github.com/bobateadev/doc_test.git git checkout origin develop # OR a specific version git checkout origin v0.9.0 2) Run startup script. NOTE: Make sure you have Docker installed. cd doc_test ./start.sh 3) To stop docker server, run the stop script ./stop.sh