ModuleNotFoundError: No module named 'sphinx'
python -m pip install sphinx
python -c "import sphinx; print(sphinx.__version__)"
Success! sphinx version x.y.z (e.g., 2.4.0)