[12:41:51] <gutsytechster> Can't we buid documentation if we don't have python 3.8 installed? I have python3.6 installed locally. However, when I run the command `tox -e docs`, it's aborted as it could not find python 3.8. When I run the command as `tox -e py36 docs`, it tries to run the tests.
[12:42:13] <gutsytechster> Is there any way to buid the docs without Python 3.8?
[13:00:29] <PSFSlack> <deveshkusingh> It seems that way from https://github.com/pypa/pip/blob/master/tox.ini#L40
[13:08:56] <gutsytechster> Yes PSFSlack, I also found that. I was wondering if there is a possibility to override that option.
[13:15:12] <PSFSlack> <deveshkusingh> Changing to "basepython = python3" works for me
[15:31:01] <gutsytechster> PSFSlack: Thanks, that worked for me. Although I have to change the setting locally, I am wondering if we can keep it as python3 instead of the specific version.
[15:31:56] <gutsytechster> pradyunsg: Can you tell if we can keep it python3 for docs instead of python3.8?