Note
This needs to be reviewed. It's most likely deprecated.
We don't have a tox.ini file and it may be necessary. From what I've been able to find out online:
- The
setup.cfgandsetup.pyfiles are for building distributions. - The
tox.inifile is for running tests in virtual environments that are created on-the-fly.
In reference to the official AutoKey documentation at https://autokey.github.io/autokey/ Silico_Biomancer (AKA BlueDrink9) said: Iirc on the branch with the docs changes, if you run something like tox -e docs it should re-generate the files. Should be documented, but probably only on that branch's readme or CONTRIBUTORS.rst atm