From 288727f09a1b3458c268497d111349e608c3f9fa Mon Sep 17 00:00:00 2001 From: "bozo.kopic" Date: Tue, 2 Aug 2022 01:20:12 +0200 Subject: init --- build-docs.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 build-docs.sh (limited to 'build-docs.sh') diff --git a/build-docs.sh b/build-docs.sh new file mode 100755 index 0000000..5efccc5 --- /dev/null +++ b/build-docs.sh @@ -0,0 +1,12 @@ +#!/bin/sh + +set -e + +cd $(dirname -- "$0") + +PYTHON=${PYTHON:-python3} +SRC=docs +DST=build/docs + +mkdir -p $DST +$PYTHON -m sphinx -q -b html $SRC $DST -- cgit v1.2.3-70-g09d2