mirror of
https://github.com/garbagemule/MobArena.git
synced 2024-11-27 04:55:25 +01:00
12 lines
286 B
Bash
12 lines
286 B
Bash
|
#!/usr/bin/env sh
|
||
|
#
|
||
|
# Script to automatically build and test the Sphinx documentation currently in
|
||
|
# the repo. This script should always be run before submitting a new pull
|
||
|
# request.
|
||
|
#
|
||
|
# If you're on Windows, please use the `make.bat` script in `docs/` directory.
|
||
|
#
|
||
|
|
||
|
make clean html
|
||
|
|