I am running into a roadblock with configuring Sphinx and Python.
On my RHEL8 machine, I’ve installed the python package sphinx 7.3.7 which is located in the following directory: /usr/local/lib/python3.10/site-packages/
When executing the command “sphinx-build –version” it is outputting “sphinx-build 5.3.0” which is a packaged installed for python3.6 located at: /usr/lib/python3.6/site-packages/
I want to use python3.10 to build all sphinx docs, so what would be the correct way to get the command “sphinx-build –version” to output “sphinx-build 7.3.7” which would indicate it is using python3.10 for sphinx builds?