Closed Aruee closed 8 years ago
I must admit that I must have had this problem on my Fedora machine as well. My solution was to create a symlink such that
/usr/local/bin/sphinx-build
→ /usr/bin/sphinx-build-3
. Then the fallback would pick up the symlink and build on my machine.
In hindsight, I must have been in a hurry and not thought about that. It would have gotten back to me when I build on another Fedora machine.
My solution was to create a symlink such that
/usr/local/bin/sphinx-build → /usr/bin/sphinx-build-3
. Then the fallback would pick up the symlink and build on my machine.
Thought about that, too, but I figured that an upstream solution may be helpful for other people with the same issue.
Definitly! I have cherry-picked your commit onto develop
(using git-flow
for this probject) and released it as 4.7.3. Now I just have to package that new version for Ubuntu.
I noticed that the make script fails on my fedora system because it doesn't properly locate sphinx-build. This fixed it for me, so I thought it may be helpful in case other people have the same issue.