mirror of
https://github.com/garbagemule/MobArena.git
synced 2024-11-23 11:06:14 +01:00
12 lines
286 B
Bash
Executable File
12 lines
286 B
Bash
Executable File
#!/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
|
|
|