Skip to content

Add MkDocs Material to Python dependencies#4

Merged
ttuff merged 1 commit intomainfrom
codex/fix-unrecognized-theme-error-in-mkdocs
Mar 6, 2026
Merged

Add MkDocs Material to Python dependencies#4
ttuff merged 1 commit intomainfrom
codex/fix-unrecognized-theme-error-in-mkdocs

Conversation

@ttuff
Copy link
Copy Markdown
Contributor

@ttuff ttuff commented Mar 6, 2026

Motivation

  • The site uses theme: material in mkdocs.yml and the Pages workflow failed with "Unrecognised theme name: 'material'", so explicit docs dependencies are required to ensure the CI job installs mkdocs-material.

Description

  • Add requirements.txt with mkdocs>=1.6 and mkdocs-material>=9.5 so the workflow step python -m pip install -r requirements.txt will install the required documentation toolchain.

Testing

  • Ran python -m pip install -r requirements.txt, which failed in this environment due to proxy/network restrictions when contacting the package index.
  • Ran mkdocs build --strict --clean --site-dir dist, which failed locally because mkdocs is not available after the blocked dependency install.

Codex Task

@ttuff ttuff merged commit 9d89a3d into main Mar 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant