There is no file nor directory at the given path: 'docs/theme/nature/{{pathto('_static/kallithea-logo.svg',1)}}' at revision c7d9141b2576
There is no file nor directory at the given path: 'fonts/berlin-sans-fb-demi.css' at revision 8d6d21384b9f
Files
@ 22321950133a
Branch filter:
Location: kallithea/tox.ini
22321950133a
206 B
text/x-ini
scripts/make-release: install ldap and pam to fix isort instabilities
isort (triggered by scripts/whitespacecleanup.sh) needs to know which
modules are local and which are not, to separate them with a newline. If a
module cannot be found, it will be treated as local, apparently.
When ldap is not installed in the current environment, a difference was
created by isort in kallithea/bin/ldap_sync.py.
isort (triggered by scripts/whitespacecleanup.sh) needs to know which
modules are local and which are not, to separate them with a newline. If a
module cannot be found, it will be treated as local, apparently.
When ldap is not installed in the current environment, a difference was
created by isort in kallithea/bin/ldap_sync.py.