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

Fix duplicate HTML IDs #1425

Merged
merged 28 commits into from Oct 17, 2023
Merged

Fix duplicate HTML IDs #1425

merged 28 commits into from Oct 17, 2023

Commits on Sep 6, 2023

  1. Fix duplicate HTML IDs

    gabalafou committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    3e78528 View commit details
    Browse the repository at this point in the history
  2. fix tests

    gabalafou committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    78b3aac View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. Do not animate the version admonitions colors. (pydata#1424)

    Otherwise a delay has to be added to the accessibility color
    contrast checks, to wait for the colors to fully transition.
    gabalafou committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    0de9599 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f6e5b4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ff23b3a View commit details
    Browse the repository at this point in the history
  4. Add the ability to add a center section to the footer (pydata#1432)

    * Add a center section for the footer
    
    * Add docs for footer_center
    
    * Add a test site for the center footer
    
    * test it in our own docs
    
    * remove new test site
    
    * add footer test
    
    ---------
    
    Co-authored-by: Daniel McCloy <dan@mccloy.info>
    2 people authored and gabalafou committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    edd5902 View commit details
    Browse the repository at this point in the history
  5. Build(deps): Bump actions/checkout from 3 to 4 (pydata#1433)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      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 and gabalafou committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    0125510 View commit details
    Browse the repository at this point in the history
  6. Add dropdown_text argument to generate_header_nav_html (pydata#1423)

    * Add dropdown_text argument to generate_header_nav_html
    
    * Add a test, fix typo in theme.conf and remove header_dropdown_text from docs/conf.py
    
    * fixed?
    
    ---------
    
    Co-authored-by: Daniel McCloy <dan@mccloy.info>
    2 people authored and gabalafou committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    402788f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b46475f View commit details
    Browse the repository at this point in the history
  8. bump: version 0.13.3 → 0.14.0 (pydata#1440)

    * bump version
    
    * update version switcher
    12rambau authored and gabalafou committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    8a80214 View commit details
    Browse the repository at this point in the history
  9. back to dev

    12rambau authored and gabalafou committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    a4e2804 View commit details
    Browse the repository at this point in the history
  10. fix: change the z-index of the dropdown (pydata#1442)

    In order to be on top of the primary sidebar on small screens.
    12rambau authored and gabalafou committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    68c57ed View commit details
    Browse the repository at this point in the history
  11. fix: set the same background for dark/light (pydata#1443)

    * fix: set the same background for dark/light
    et the same background color for all state of the search field. It is currently only applied when hovered
    
    * fix: wrong css selector
    
    * Update src/pydata_sphinx_theme/assets/styles/components/_search.scss
    
    * Update src/pydata_sphinx_theme/assets/styles/components/_search.scss
    12rambau authored and gabalafou committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    19dfb69 View commit details
    Browse the repository at this point in the history
  12. Fix duplicate HTML IDs

    gabalafou committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    a664e4a View commit details
    Browse the repository at this point in the history
  13. fix tests

    gabalafou committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    ba479dd View commit details
    Browse the repository at this point in the history
  14. unique_html_id

    gabalafou committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    3802cb0 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    4774b49 View commit details
    Browse the repository at this point in the history
  16. feedback review

    gabalafou committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    0c2e8c3 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    ab3daec View commit details
    Browse the repository at this point in the history
  18. update fixture

    gabalafou committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    b348d85 View commit details
    Browse the repository at this point in the history
  19. ughhhh...caching

    gabalafou committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    1fddd81 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. Configuration menu
    Copy the full SHA
    54fc97d View commit details
    Browse the repository at this point in the history
  2. code cleanup

    gabalafou committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    5c73174 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. Configuration menu
    Copy the full SHA
    de8966b View commit details
    Browse the repository at this point in the history
  2. fix test snapshot

    gabalafou committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    f3b223e View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. Configuration menu
    Copy the full SHA
    0e4f215 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d9c496 View commit details
    Browse the repository at this point in the history
  3. put comment inside def

    drammock committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    64a5f4e View commit details
    Browse the repository at this point in the history