blob: 2b54ed994c06d5779283888a4890ef2c75e081b5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# breaking the cycle with python-spinx
makedepends=(${makedepends[@]/python-sphinx_rtd_theme})
makedepends=(${makedepends[@]/python-sphinx-argparse})
makedepends=(${makedepends[@]/python-sphinx})
eval "$(
declare -f build | \
sed '
s/sphinx-build/true/
'
declare -f package | \
sed '
/virtualenv\.1/d
'
)"
|