Running make test or tox failed on building docs as the tox config did not use the docsi/requirements.txt and thus the required dependency which was recently added was missing.
This path is changing the tox run to use the docs/requirements.txt and thus is fixing the issue.
Running
make test
ortox
failed on building docs as the tox config did not use the docsi/requirements.txt and thus the required dependency which was recently added was missing.This path is changing the tox run to use the docs/requirements.txt and thus is fixing the issue.