Skip to content

docs: move requirements.txt under docs/#7

Merged
zuchka merged 1 commit into
mainfrom
move-mkdocs-requirements
May 6, 2026
Merged

docs: move requirements.txt under docs/#7
zuchka merged 1 commit into
mainfrom
move-mkdocs-requirements

Conversation

@zuchka
Copy link
Copy Markdown
Collaborator

@zuchka zuchka commented May 6, 2026

Summary

  • Move requirements.txt (mkdocs-material dep) into docs/ so it lives alongside the rest of the docs source.
  • Update .github/workflows/docs.yml to point both cache-dependency-path and the pip install step at the new path.

Side benefit: shell prompts that auto-detect Python projects via a root-level requirements.txt (e.g. Starship's python module) will stop flagging this Go repo as Python.

Test plan

  • Docs workflow runs green on merge to main (deploys via mkdocs gh-deploy --force).
  • pip cache key resolves against docs/requirements.txt.

🤖 Generated with Claude Code

Keeps the mkdocs deps with the rest of the docs source instead of at
repo root, where it caused shell prompts (Starship's python module) to
flag this Go project as Python.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@zuchka zuchka merged commit d3d41f2 into main May 6, 2026
1 check passed
@github-actions github-actions Bot locked and limited conversation to collaborators May 6, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant