Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 75
Comparing changes
Open a pull request
base repository:python/python-docs-theme
Uh oh!
There was an error while loading. Please reload this page.
base:2024.2
head repository:python/python-docs-theme
Uh oh!
There was an error while loading. Please reload this page.
compare:2024.3
- 20 commits
- 10 files changed
- 7 contributors
Commits on Feb 2, 2024
- hugovk committed
Feb 2, 2024 Configuration menu - View commit details
Copy full SHA for 761de4d - Browse repository at this point
Copy the full SHA 761de4dView commit details - hugovk committed
Feb 2, 2024 Configuration menu - View commit details
Copy full SHA for 3e0f891 - Browse repository at this point
Copy the full SHA 3e0f891View commit details Specify isort profile for compatibility with Black
hugovk committedFeb 2, 2024 Configuration menu - View commit details
Copy full SHA for ed0650e - Browse repository at this point
Copy the full SHA ed0650eView commit details Add Dependabot to keep GitHub Actions up-to-date
hugovk committedFeb 2, 2024 Configuration menu - View commit details
Copy full SHA for 2b24269 - Browse repository at this point
Copy the full SHA 2b24269View commit details - hugovk committed
Feb 2, 2024 Configuration menu - View commit details
Copy full SHA for 82c7468 - Browse repository at this point
Copy the full SHA 82c7468View commit details Add link to PR of docs preview
hugovk committedFeb 2, 2024 Configuration menu - View commit details
Copy full SHA for 78fcd4b - Browse repository at this point
Copy the full SHA 78fcd4bView commit details
Commits on Feb 4, 2024
Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>
Configuration menu - View commit details
Copy full SHA for 14335e4 - Browse repository at this point
Copy the full SHA 14335e4View commit details
Commits on Feb 9, 2024
Merge pull request#170from hugovk/update-config
hugovk authoredFeb 9, 2024 Configuration menu - View commit details
Copy full SHA for 6e9bcaa - Browse repository at this point
Copy the full SHA 6e9bcaaView commit details Bump the actions group with 5 updates
Bumps the actions group with 5 updates: | Package | From | To | | --- | --- | --- | | [actions/setup-python](https://github.com/actions/setup-python) | `4` | `5` | | [pre-commit/action](https://github.com/pre-commit/action) | `3.0.0` | `3.0.1` | | [hynek/build-and-inspect-python-package](https://github.com/hynek/build-and-inspect-python-package) | `1` | `2` | | [actions/download-artifact](https://github.com/actions/download-artifact) | `3` | `4` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `3` | `4` | Updates `actions/setup-python` from 4 to 5 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v4...v5) Updates `pre-commit/action` from 3.0.0 to 3.0.1 - [Release notes](https://github.com/pre-commit/action/releases) - [Commits](pre-commit/action@v3.0.0...v3.0.1) Updates `hynek/build-and-inspect-python-package` from 1 to 2 - [Release notes](https://github.com/hynek/build-and-inspect-python-package/releases) - [Changelog](https://github.com/hynek/build-and-inspect-python-package/blob/main/CHANGELOG.md) - [Commits](hynek/build-and-inspect-python-package@v1...v2) Updates `actions/download-artifact` from 3 to 4 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v3...v4) Updates `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/setup-python dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: pre-commit/action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: hynek/build-and-inspect-python-package dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] authoredFeb 9, 2024 Configuration menu - View commit details
Copy full SHA for 35e9780 - Browse repository at this point
Copy the full SHA 35e9780View commit details Include name in artifact name to work with actions/upload-artifact@v4
hugovk committedFeb 9, 2024 Configuration menu - View commit details
Copy full SHA for 40e175b - Browse repository at this point
Copy the full SHA 40e175bView commit details Merge pull request#174from python/dependabot/github_actions/actions…
…-e4f981a896 Bump the actions group with 5 updates
hugovk authoredFeb 9, 2024 Configuration menu - View commit details
Copy full SHA for c556592 - Browse repository at this point
Copy the full SHA c556592View commit details
Commits on Feb 12, 2024
- hugovk committed
Feb 12, 2024 Configuration menu - View commit details
Copy full SHA for 21ff0a2 - Browse repository at this point
Copy the full SHA 21ff0a2View commit details
Commits on Mar 16, 2024
Don't test theme on 3.8 and 3.9 branches
hugovk committedMar 16, 2024 Configuration menu - View commit details
Copy full SHA for 6f35188 - Browse repository at this point
Copy the full SHA 6f35188View commit details Merge pull request#177from hugovk/rm-3.8-3.9
Don't test theme on 3.8 and 3.9 branches
willingc authoredMar 16, 2024 Configuration menu - View commit details
Copy full SHA for a08b380 - Browse repository at this point
Copy the full SHA a08b380View commit details Merge remote-tracking branch 'upstream/main' into sfs
hugovk committedMar 16, 2024 Configuration menu - View commit details
Copy full SHA for 5f063bd - Browse repository at this point
Copy the full SHA 5f063bdView commit details Merge pull request#176from hugovk/sfs
Modernise font: use system font stack to improve text readability and webpage performance
pradyunsg authoredMar 16, 2024 Configuration menu - View commit details
Copy full SHA for 9916043 - Browse repository at this point
Copy the full SHA 9916043View commit details
Commits on Mar 17, 2024
- Privat33r-dev committed
Mar 17, 2024 Configuration menu - View commit details
Copy full SHA for 10918c3 - Browse repository at this point
Copy the full SHA 10918c3View commit details Merge pull request#178from Privat33r-dev/main
pradyunsg authoredMar 17, 2024 Configuration menu - View commit details
Copy full SHA for 540a95c - Browse repository at this point
Copy the full SHA 540a95cView commit details
Commits on Mar 21, 2024
- hugovk committed
Mar 21, 2024 Configuration menu - View commit details
Copy full SHA for d9136c6 - Browse repository at this point
Copy the full SHA d9136c6View commit details
Commits on Mar 22, 2024
Merge pull request#180from hugovk/prepare-release
hugovk authoredMar 22, 2024 Configuration menu - View commit details
Copy full SHA for f4352e1 - Browse repository at this point
Copy the full SHA f4352e1View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine: git diff 2024.2...2024.3
Uh oh!
There was an error while loading. Please reload this page.