diff --git a/make_docs.sh b/make_docs.sh index ef0362cc..9b4cadcf 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