nvitop/docs/source/fix-psutil-docstring.sh
Xuehai Pan 467f4cebc1 docs: use scripts to bypass bugs in the readthedocs build system
Signed-off-by: Xuehai Pan <XuehaiPan@pku.edu.cn>
2022-07-02 19:04:40 +08:00

4 lines
180 B
Bash
Executable file

#!/usr/bin/env bash
# shellcheck disable=SC2312
exec sed -i -E 's/^ process identity for every yielded instance$/ \0/' "$(python3 -c "print(__import__('psutil').__file__)")"