From e18a1a5517a463123f74df7a71d804d06caae860 Mon Sep 17 00:00:00 2001 From: ferkans-amir Date: Fri, 24 Jul 2026 12:51:36 +0200 Subject: [PATCH] fix(scripts): standardize shebang and clean whitespace in make_docs.sh --- make_docs.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/make_docs.sh b/make_docs.sh index ef0362cc8..9b4cadcf7 100755 --- a/make_docs.sh +++ b/make_docs.sh @@ -1,4 +1,4 @@ -#! /bin/bash +#!/usr/bin/env bash - # sphinx-apidoc -o ./docs -efT $pwd - sphinx-build -b html docs docs/_build +# sphinx-apidoc -o ./docs -efT $pwd +sphinx-build -b html docs docs/_build