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: mkdocs/mkdocs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.5.2
Choose a base ref
...
head repository: mkdocs/mkdocs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.5.3
Choose a head ref
  • 16 commits
  • 43 files changed
  • 5 contributors

Commits on Aug 17, 2023

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

Commits on Aug 18, 2023

  1. Merge pull request #3340 from mkdocs/feature/page-subclassing

    Improve debug output for subclasses of navigation elements
    squidfunk authored Aug 18, 2023
    Configuration menu
    Copy the full SHA
    c8bd1af View commit details
    Browse the repository at this point in the history
  2. Add new supported languages by updating lunr-languages to 1.12.0

    Bump from 1.4.0 to 1.12.0
    
    This adds support for:
    
    - hi
    - hy
    - kn
    - ko
    - sa
    - ta
    - te
    - zh
    ultrabug authored Aug 18, 2023
    Configuration menu
    Copy the full SHA
    9cc8f24 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2023

  1. Prevent a stacktrace for theme: foo when theme is not installed (#3351

    )
    
    This happens because the `theme` option fails validation (being not installed) but then validation of `plugins` option fatally fails because that option is invalid. Maybe in the future it would be better to change validation so it stops after the first error, because there can be countless such combinations of interactions.
    oprypin authored Aug 26, 2023
    Configuration menu
    Copy the full SHA
    94e9f17 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. Switch to "ruff" linter, enable many of its rules (#3368)

    Co-authored-by: Ultrabug <ultrabug@ultrabug.net>
    oprypin and ultrabug authored Sep 4, 2023
    Configuration menu
    Copy the full SHA
    b0915b4 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Allow plugins to provide their own Page (#3367)

    Co-authored-by: Oleh Prypin <oleh@pryp.in>
    squidfunk and oprypin authored Sep 7, 2023
    Configuration menu
    Copy the full SHA
    3db7b8c View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2023

  1. Keep the prior behavior of overwriting File.page (#3381)

    unless the page value is a *strict* subclass of Page
    oprypin authored Sep 10, 2023
    Configuration menu
    Copy the full SHA
    759e1e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    347c3a9 View commit details
    Browse the repository at this point in the history
  3. Fix broken styling of breadcrumbs in readthedocs theme

    Commit 3c3670d left it half way between the old and new style
    oprypin committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    c070dd0 View commit details
    Browse the repository at this point in the history
  4. Fix linkified breadcrumb items in readthedocs theme

    A doc can never have a `link` attribute so this branch never kicked in.
    
    Actually even now, this branch will still not kick in, only mkdocs-section-index makes this state possible.
    oprypin committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    4bd896c View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. Merge pull request #3383 from mkdocs/breadcrumbs

    Fix breadcrumb display in readthedocs theme
    oprypin authored Sep 13, 2023
    Configuration menu
    Copy the full SHA
    0d6fc28 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f94ab3f View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

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

Commits on Sep 18, 2023

  1. Fix new lint warnings

    oprypin committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    abb133f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    63b5045 View commit details
    Browse the repository at this point in the history
  3. Release 1.5.3 (#3392)

    oprypin authored Sep 18, 2023
    Configuration menu
    Copy the full SHA
    00b648f View commit details
    Browse the repository at this point in the history
Loading