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 CI Builds #26

Merged
merged 2 commits into from
Nov 18, 2024
Merged

Fix CI Builds #26

merged 2 commits into from
Nov 18, 2024

Conversation

SamJUK
Copy link
Contributor

@SamJUK SamJUK commented Nov 17, 2024

Fixes the failing CI builds, that was caused by loose dependencies in the upstream actions. Ref: #24 (comment)

(Happy to split into multiple smaller PR's if preferred).

Example CI Runs & Resulting build

On PR: https://github.com/SamJUK/warden-docs/actions/runs/11882793013
On Main push: https://github.com/SamJUK/warden-docs/actions/runs/11882799248
Resulting documentation: https://samjuk.github.io/warden-docs/

Changes

  • Pins the python package versions, hopefully should improve reproducibility of builds.
  • Update Sphinx to the latest version (8.1.3), and remaining packages to latest compatible versions.
  • Removes redundant configuration, that triggers warnings in the build process on the new Sphinx version.
  • Bumps Github Actions versions to improve performance & remove deprecation warnings from the build logs.

@navarr navarr merged commit bd366c7 into wardenenv:main Nov 18, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants