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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.2.4
Choose a base ref
...
head repository: sphinx-doc/sphinx
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.2.5
Choose a head ref
  • 13 commits
  • 31 files changed
  • 7 contributors

Commits on Aug 28, 2023

  1. Bump version

    AA-Turner committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    3037f85 View commit details
    Browse the repository at this point in the history
  2. Resolve all paths in the include directive (#11650)

    Because pytest's base tmp_path is also in /tmp, ``source`` here is relative path,
    and thus is not properly converted to doc name.
    
    So the test fails because `sources_reported` dict has a key like
    ``../../../pytest/pytest-0/directive-include/baz/baz``,
    and ``assert "baz/baz" in sources_reported`` fails.
    
    Co-authored-by: Adam Turner <[email protected]>
    mitya57 and AA-Turner authored Aug 28, 2023
    Configuration menu
    Copy the full SHA
    3e943d9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    123690a View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Configuration menu
    Copy the full SHA
    e494baa View commit details
    Browse the repository at this point in the history
  2. autodoc: Reset sys.modules on partial import failure (#11645)

    If importing with ``TYPE_CHECKING is True`` fails, reset the state of ``sys.modules``
    so that the attempt with ``TYPE_CHECKING is False`` may succeed.
    
    Co-authored-by: Adam Turner <[email protected]>
    godlygeek and AA-Turner authored Aug 29, 2023
    Configuration menu
    Copy the full SHA
    8248be3 View commit details
    Browse the repository at this point in the history
  3. Add git .mailmap file

    AA-Turner committed Aug 29, 2023
    4 Configuration menu
    Copy the full SHA
    ca0fc7a View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. Fix two relative link bugs in inheritance diagrams (#11634)

    Co-authored-by: Adam Turner <[email protected]>
    ayshih and AA-Turner authored Aug 30, 2023
    Configuration menu
    Copy the full SHA
    4692208 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d046a8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    74329d9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ff18318 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2730cc3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2a631f9 View commit details
    Browse the repository at this point in the history
  7. Bump to 7.2.5 final

    AA-Turner committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    fcc3899 View commit details
    Browse the repository at this point in the history
Loading