Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: bazel-contrib/rules_python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: 255/rules_python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 4 files changed
  • 2 contributors

Commits on Mar 6, 2025

  1. chore: Remove *_build_test targets from sphinx_docs (#2645)

    Remove implicit build_tests from sphinx_docs targets. Instead, users can
    decide whether or not to add build_tests for docs. This also keeps
    sphinx_docs builds out of `bazel test //...`, which may not be
    desirable.
    
    Add build_tests to cover in-tree sphinx_docs targets. Rename the
    existing build_test for //sphinxdocs/tests/sphinx_docs:docs to match the
    new targets.
    
    Also, tag the sphinx_docs *.run and *.serve targets as "manual" so they
    are excluded from wildcards. These are only needed for interactive
    development.
    255 committed Mar 6, 2025
    Configuration menu
    Copy the full SHA
    98b810b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e764d59 View commit details
    Browse the repository at this point in the history
Loading