Skip to content

Fix docs workflow: install mkdocstrings via uv#8

Merged
taddyb merged 1 commit into
masterfrom
deploy
Apr 7, 2026
Merged

Fix docs workflow: install mkdocstrings via uv#8
taddyb merged 1 commit into
masterfrom
deploy

Conversation

@taddyb

@taddyb taddyb commented Apr 7, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Switch the docs workflow from pip install zensical to uv sync --extra docs so the mkdocstrings[python] optional dependency is actually installed
  • Run zensical build --clean via uv run --directory extractrs-python so it picks up the synced env

The previous workflow only installed zensical itself, which caused zensical build to fail with: mkdocstrings plugin is enabled, but mkdocstrings is not installed.

Test plan

  • Workflow runs to completion on push to master
  • site/ artifact is built and uploaded
  • Pages deployment succeeds
  • Rendered site shows mkdocstrings-generated accessor docs

🤖 Generated with Claude Code

@taddyb
taddyb merged commit 9bd5feb into master Apr 7, 2026
2 checks passed
@taddyb
taddyb deleted the deploy branch April 7, 2026 12:36
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.

1 participant