AspNetCore.Docs/build.sh

3 lines
239 B
Bash
Raw Normal View History

2015-09-22 02:15:04 +08:00
echo "Trying to build the aspnet directory..." && cd aspnet && sphinx-build -nW -b html -d _build/doctrees . _build/html
echo "Trying to build the mvc directory..." && cd ../mvc && sphinx-build -nW -b html -d _build/doctrees . _build/html