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

Don't rely on PATH to find sphinx-build #180

Merged

Commits on Sep 18, 2024

  1. Don't rely on PATH to find sphinx-build

    This change makes it so that we don't rely on the correct `sphinx-build`
    being on PATH to build the docs.
    
    This is useful when the command that runs sphinx-autobuild runs in a
    virtualenv that isn't the currently activated virtualenv (i.e. via `uv
    run --extra docs` invocation)
    delfick committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    7c37746 View commit details
    Browse the repository at this point in the history