Clean up docs scripts (#953)
Co-authored-by: Florimond Manca <florimond.manca@gmail.com>
This commit is contained in:
parent
0a8b0c65bd
commit
ba073c8a46
@ -1,10 +0,0 @@
|
|||||||
#!/bin/sh -e
|
|
||||||
|
|
||||||
export PREFIX=""
|
|
||||||
if [ -d 'venv' ] ; then
|
|
||||||
export PREFIX="venv/bin/"
|
|
||||||
fi
|
|
||||||
|
|
||||||
set -x
|
|
||||||
|
|
||||||
${PREFIX}mkdocs build
|
|
||||||
Loading…
Reference in New Issue
Block a user