nix: Move docs tools into core infrastructure
This commit is contained in:
committed by
Wolfgang Walther
parent
e110fdbd2c
commit
a1f2ecadda
+1
-1
@@ -8,7 +8,7 @@ function build() {
|
||||
sphinx-build --color -W -a -n . -b "$@"
|
||||
}
|
||||
|
||||
if [ $# -eq 0 ]; then
|
||||
if [ "${1:-}" == "" ]; then
|
||||
# clean previous build, otherwise some errors might be supressed
|
||||
rm -rf "_build/html/default"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user