Skip to content

Fix docs CI workflows and apply ruff formatting#16

Merged
egagli merged 1 commit into
mainfrom
fix/docs-workflows-and-formatting
Jun 15, 2026
Merged

Fix docs CI workflows and apply ruff formatting#16
egagli merged 1 commit into
mainfrom
fix/docs-workflows-and-formatting

Conversation

@egagli

@egagli egagli commented Jun 15, 2026

Copy link
Copy Markdown
Owner

Summary

  • docs.yml / docs-build.yml: remove references to deleted requirements.txt / requirements_dev.txt; install package and mkdocs dependencies directly; remove stale PKG-TEST step (tests now live in ci.yml); bump Python to 3.12; drop master branch trigger
  • ruff formatting: apply ruff format to all 13 Python files that were out of spec (fixes the lint CI failure)

Test plan

  • lint CI job passes (ruff format --check no longer reports files to reformat)
  • docs-build CI job builds MkDocs site without errors on this PR
  • After merge: push to main triggers docs workflow and deploys to GitHub Pages

https://claude.ai/code/session_017qL4K5x2cW9CTAQh6xCh5p


Generated by Claude Code

docs.yml / docs-build.yml:
- Remove references to deleted requirements.txt / requirements_dev.txt
- Install package and mkdocs deps directly with pip
- Remove stale PKG-TEST step (unittest discover); tests are in ci.yml
- Bump Python to 3.12; drop master branch trigger

style: apply ruff format to all Python files (13 reformatted)

https://claude.ai/code/session_017qL4K5x2cW9CTAQh6xCh5p
@egagli egagli merged commit 7823ee3 into main Jun 15, 2026
1 of 8 checks 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