Convert all GitHub wiki pages into ReStructuredText documents, set up ReadTheDocs
This commit is contained in:
Executable
+11
@@ -0,0 +1,11 @@
|
||||
#!/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
|
||||
|
||||
Reference in New Issue
Block a user