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: sphinx-doc/sphinx-autobuild
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2024.04.13
Choose a base ref
...
head repository: sphinx-doc/sphinx-autobuild
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2024.09.03
Choose a head ref
  • 20 commits
  • 16 files changed
  • 7 contributors

Commits on Apr 15, 2024

  1. Add watchfiles as a dependency (#152)

    The watchfiles dependency used in server.py is missing from requirements
    radiac authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    a3c4959 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Configuration menu
    Copy the full SHA
    ecca45c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9232794 View commit details
    Browse the repository at this point in the history
  3. Sort dependencies

    AA-Turner committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    781815a View commit details
    Browse the repository at this point in the history
  4. Adopt Ruff

    AA-Turner committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    48a778c View commit details
    Browse the repository at this point in the history
  5. Release 2024.04.16

    AA-Turner committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    1d432fe View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2024

  1. Configuration menu
    Copy the full SHA
    b58c074 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Fix support for Python 3.9 (#157)

    Authored-by: Nikos Koukis <nikolaos@slamcore.com>
    Co-authored-by: Nikos Koukis <nikolaos@slamcore.com>
    AA-Turner and nikoskoukis-slamcore authored May 6, 2024
    Configuration menu
    Copy the full SHA
    55917c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d7f8976 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    81375b3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    674264e View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Update pre-commit hook versions (#163)

    Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
    Borda and AA-Turner authored Aug 14, 2024
    Configuration menu
    Copy the full SHA
    498601b View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. Test Python 3.13 (#169)

    hugovk authored Sep 2, 2024
    Configuration menu
    Copy the full SHA
    23c16b0 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Run sphinx-build in a subprocess (#164)

    Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
    Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
    return42 and AA-Turner authored Sep 3, 2024
    Configuration menu
    Copy the full SHA
    e6101ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e25b8ec View commit details
    Browse the repository at this point in the history
  3. Prefer pathlib

    AA-Turner committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    41a7d8c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    67447ef View commit details
    Browse the repository at this point in the history
  5. Update pre-commit versions

    AA-Turner committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    cdcc88f View commit details
    Browse the repository at this point in the history
  6. Remove GHA cache

    AA-Turner committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    31c9bd8 View commit details
    Browse the repository at this point in the history
  7. Release 2024.09.03

    AA-Turner committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    7d199ed View commit details
    Browse the repository at this point in the history
Loading