# breaking the cycle with python-spinx
makedepends=(${makedepends[@]/python-sphinx-furo})
makedepends=(${makedepends[@]/python-sphinx-argparse})
makedepends=(${makedepends[@]/python-sphinx})
eval "$(
  declare -f build | \
    sed '
      /sphinx-build/d
    '
  declare -f package | \
    sed '
      /docs\/build\/html/d
    '
)"