Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge main into feature-focus #1685

Merged
merged 47 commits into from
Jan 31, 2024
Merged

Commits on Dec 11, 2023

  1. Build(deps): Bump actions/setup-python from 4 to 5 (pydata#1590)

    Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5.
    - [Release notes](https://github.com/actions/setup-python/releases)
    - [Commits](actions/setup-python@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-python
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 11, 2023
    Configuration menu
    Copy the full SHA
    07dcd14 View commit details
    Browse the repository at this point in the history
  2. Use pytest-regressions to mark expected a11y test failures (pydata#1501)

    * Use pytest-regressions with a11y tests to mark expected failures
    
    * Update tests/test_a11y.py
    
    * frozen data class
    
    * Revert "frozen data class"
    
    This reverts commit 3b0c73e.
    
    ---------
    
    Co-authored-by: Daniel McCloy <dan@mccloy.info>
    gabalafou and drammock authored Dec 11, 2023
    Configuration menu
    Copy the full SHA
    7bdd4c1 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. FIX: avoid implicit string comparison in Sphinx 7.26 (pydata#1592)

    * FIX: avoid implicit string comparison in Sphinx 7.26
    
    * lint
    
    ---------
    
    Co-authored-by: Daniel McCloy <dan@mccloy.info>
    agoose77 and drammock authored Dec 13, 2023
    Configuration menu
    Copy the full SHA
    8bc48a9 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

  1. Build(deps): Bump actions/upload-artifact from 3 to 4 (pydata#1598)

    Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/upload-artifact
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 18, 2023
    Configuration menu
    Copy the full SHA
    2c3f8a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3de3059 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2023

  1. Fix landmark-unique error due to in-page TOC (pydata#1607)

    * landmark unique error due to in-page TOC
    
    * Apply suggestions from code review
    
    Co-authored-by: Tania Allard <taniar.allard@gmail.com>
    
    * fix lint?
    
    ---------
    
    Co-authored-by: Tania Allard <taniar.allard@gmail.com>
    gabalafou and trallard authored Dec 23, 2023
    Configuration menu
    Copy the full SHA
    5b417ad View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2023

  1. Feature: Add support for per-page secondary sidebar content (pydata#1572

    )
    
    * Add ability to set per-page secondary sidebars
    
    * Add additional secondary sidebar content tests; expanded utils docstring
    peytondmurray authored Dec 26, 2023
    Configuration menu
    Copy the full SHA
    b731dc2 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2023

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

Commits on Jan 2, 2024

  1. Bump minimum Python from 3.8 to 3.9; add 3.12 to CIs (pydata#1610)

    drop py3.8, add py3.12
    drammock authored Jan 2, 2024
    Configuration menu
    Copy the full SHA
    068ac7b View commit details
    Browse the repository at this point in the history
  2. Fix: more efficient determination of when to hide primary sidebar (py…

    …data#1609)
    
    * minor refactors suggested by Ruff
    
    * move TOC generation from layout.html to sidebar-primary.html
    
    * replace @lru_cache(None) with plain @cache
    
    * get sidebar TOC length without rendering it
    
    * fixup rebase/stash snafu
    
    * bugfix
    drammock authored Jan 2, 2024
    Configuration menu
    Copy the full SHA
    fcde006 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7d01e01 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

  1. bump: 0.14.4 → 0.15.0rc0

    12rambau committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    469b921 View commit details
    Browse the repository at this point in the history
  2. Updates for file src/pydata_sphinx_theme/locale/en/LC_MESSAGES/sphinx…

    ….po in fr (pydata#1618)
    
    i18n: Translate sphinx.po in fr
    
    100% translated source file: 'sphinx.po'
    on 'fr'.
    
    Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
    transifex-integration[bot] authored Jan 3, 2024
    Configuration menu
    Copy the full SHA
    8e1bb95 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. bump: 0.14.4 → 0.15.0

    12rambau authored Jan 4, 2024
    Configuration menu
    Copy the full SHA
    921474c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4aa82e2 View commit details
    Browse the repository at this point in the history
  3. fix: remove Site navigation header (pydata#1615)

    * fix: remove Site navigation header
    
    * test: edit the test suit
    12rambau authored Jan 4, 2024
    Configuration menu
    Copy the full SHA
    e0b39b8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    86a5b6c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    287382d View commit details
    Browse the repository at this point in the history
  6. bump: 0.15.0 → 0.15.1

    12rambau authored Jan 4, 2024
    Configuration menu
    Copy the full SHA
    b8591f8 View commit details
    Browse the repository at this point in the history
  7. back to dev

    12rambau authored Jan 4, 2024
    Configuration menu
    Copy the full SHA
    324b361 View commit details
    Browse the repository at this point in the history
  8. fix: align the search button with other icons (pydata#1620)

    * test: display the search button for demo purposes
    
    * fix: only display the search icon
    
    * fix: remove needless adjustements
    
    * fix: rollback to default search
    
    * chore: trigger CI
    12rambau authored Jan 4, 2024
    Configuration menu
    Copy the full SHA
    c25f233 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. Fix sticky header (pydata#1630)

    * Fix sticky header
    
    * regression test
    gabalafou authored Jan 8, 2024
    Configuration menu
    Copy the full SHA
    1b599c4 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. maybe fix missing sidebar? (pydata#1632)

    * maybe fix missing sidebar?
    
    * simplify
    
    * purge internal defaults & use theme config setting
    
    * formatting
    
    * refactor and simplify toctree code
    drammock authored Jan 9, 2024
    Configuration menu
    Copy the full SHA
    d4f888e View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. Configuration menu
    Copy the full SHA
    ea92bd1 View commit details
    Browse the repository at this point in the history
  2. Make bootstrap globally available (pydata#1639)

    * Make bootstrap globally available
    
    * Include docs about bootstrap programmatic API
    michael-wisely-gravwell authored Jan 10, 2024
    Configuration menu
    Copy the full SHA
    82eabda View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. Add Brightway to Featured Example Gallery Grid (pydata#1580)

    * initial commit
    
    * test: the png images are not build during tests
    
    ---------
    
    Co-authored-by: Rambaud Pierrick <12rambau@users.noreply.github.com>
    michaelweinold and 12rambau authored Jan 11, 2024
    Configuration menu
    Copy the full SHA
    2057612 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. fix: move the release instructions to the repository (pydata#1621)

    * fix: update text and links
    
    * fix: add code highlight
    
    * fix: wire correct file in our documentation
    
    * chore: trigger CI
    
    * remove mention of semantic versioning
    
    Co-authored-by: Daniel McCloy <dan@mccloy.info>
    
    * refactor: lint
    
    * Update RELEASE.md
    
    ---------
    
    Co-authored-by: Daniel McCloy <dan@mccloy.info>
    12rambau and drammock authored Jan 12, 2024
    Configuration menu
    Copy the full SHA
    f50e7b9 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

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

Commits on Jan 18, 2024

  1. More speedups to section TOC rendering (pydata#1642)

    * small refactor, comments, cleanup
    
    * docstring cleanups
    
    * mark as unsafe for parallel write
    
    * Update src/pydata_sphinx_theme/toctree.py
    drammock authored Jan 18, 2024
    Configuration menu
    Copy the full SHA
    03c73c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    80b3e51 View commit details
    Browse the repository at this point in the history
  3. fix: allow user to control the back-to-top button presence (pydata#1616)

    * fix: put the btt button closer to age bottom
    
    * test: remove the btt button to check
    
    * test: fallback to default behaviour
    
    * refactor: rollback to previous state
    
    * use proper variable name
    
    * Update src/pydata_sphinx_theme/theme/pydata_sphinx_theme/layout.html
    
    ---------
    
    Co-authored-by: Daniel McCloy <dan@mccloy.info>
    12rambau and drammock authored Jan 18, 2024
    Configuration menu
    Copy the full SHA
    5fc1452 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cfd3cb5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f420c13 View commit details
    Browse the repository at this point in the history
  6. bump: 0.15.1 -> 0.15.2

    drammock committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    6010af1 View commit details
    Browse the repository at this point in the history
  7. bump version to dev

    drammock committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    093c4e0 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. Configuration menu
    Copy the full SHA
    a135c20 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7bc672f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8cf45f8 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. Build(deps): Bump actions/cache from 3 to 4 (pydata#1667)

    Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4.
    - [Release notes](https://github.com/actions/cache/releases)
    - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
    - [Commits](actions/cache@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/cache
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 22, 2024
    Configuration menu
    Copy the full SHA
    b00124d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    53a9a02 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    115343c View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

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

Commits on Jan 24, 2024

  1. Configuration menu
    Copy the full SHA
    3e44d1c View commit details
    Browse the repository at this point in the history
  2. Don't try to populate version switcher w/ relative path on local stat…

    …ic site (pydata#1660)
    
    * Don't try to populate version switcher on static sites
    
    * Fix comment spelling
    
    * Update src/pydata_sphinx_theme/assets/scripts/pydata-sphinx-theme.js
    
    ---------
    
    Co-authored-by: Daniel McCloy <dan@mccloy.info>
    dstansby and drammock authored Jan 24, 2024
    Configuration menu
    Copy the full SHA
    c04f042 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2024

  1. handle null result from queryselector (pydata#1683)

    fix queryselector
    drammock authored Jan 28, 2024
    Configuration menu
    Copy the full SHA
    11af3fc View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

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