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: mkdocstrings/python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.16.10
Choose a base ref
...
head repository: mkdocstrings/python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 10 commits
  • 23 files changed
  • 2 contributors

Commits on May 20, 2025

  1. chore: Template upgrade

    pawamoy committed May 20, 2025
    Configuration menu
    Copy the full SHA
    bb36fa1 View commit details
    Browse the repository at this point in the history
  2. fix: Render attribute names without full path in ToC

    Issue-271: #271
    PR-272: #272
    davlee1972 authored May 20, 2025
    Configuration menu
    Copy the full SHA
    d4e618a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    096960a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ba66969 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0a35b20 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2025

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

Commits on May 24, 2025

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

Commits on Jun 2, 2025

  1. fix: Only replace CSS class in first *highlighting* span

    When `pymdownx.highlight` sets `auto_title: true`, another span is rendered before the highlighted code. If we replace its CSS class, we mess its final display. Our solution is not very robust: we only look for spans with CSS classes of 1 or 2 characters instead of 1 or more characters.
    
    Issue-281: #281
    pawamoy committed Jun 2, 2025
    Configuration menu
    Copy the full SHA
    d57740f View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2025

  1. Configuration menu
    Copy the full SHA
    3c4424d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bac553d View commit details
    Browse the repository at this point in the history
Loading