mirror of
https://github.com/ammaraskar/pyCraft.git
synced 2024-11-22 02:08:56 +01:00
Added build_docs to bin
This commit is contained in:
parent
687435cc96
commit
3c0b2cfa50
7
bin/build_docs
Normal file
7
bin/build_docs
Normal file
@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
cd docs
|
||||
rm -rf _build*
|
||||
make html
|
||||
cd ..
|
Loading…
Reference in New Issue
Block a user