Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

find sphinx-build before calling build.py #909

Merged
merged 2 commits into from
Oct 13, 2018

Commits on Oct 13, 2018

  1. find sphinx-build before calling build.py

    this allows us to use sphinx-build-3, as user might already in a python3
    world, and distros, like fedora 28, tend to add a "-3" suffix to sphinx-build.
    
    Signed-off-by: Kefu Chai <tchaikov@gmail.com>
    tchaikov committed Oct 13, 2018
    Configuration menu
    Copy the full SHA
    b8b9ccb View commit details
    Browse the repository at this point in the history
  2. use found python executable for launching sphinx-build

    there is chance that the distro install python as python3, in that case
    the shebang of
    ```
    ```
    in build.py won't work.
    
    Signed-off-by: Kefu Chai <tchaikov@gmail.com>
    tchaikov committed Oct 13, 2018
    Configuration menu
    Copy the full SHA
    a74968a View commit details
    Browse the repository at this point in the history