Version 2.2.1 — Build Fix
Have removed requirements.txt from docs/. It was causing dependabot to issue warnings and it was no longer needed.
In order to install the dependencies for building docs, use the optional dependencies syntax with pip:
python3 -m pip install wavinfo[doc]
or
python3 -m pip install -e .[doc]