Skip to content

fix(docs): remove nonexistent custom_dir from mkdocs theme config#44

Merged
imran-siddique merged 1 commit into
mainfrom
fix/docs-custom-dir
Jun 18, 2026
Merged

fix(docs): remove nonexistent custom_dir from mkdocs theme config#44
imran-siddique merged 1 commit into
mainfrom
fix/docs-custom-dir

Conversation

@imran-siddique

Copy link
Copy Markdown
Contributor

Summary

docs/overrides was referenced as custom_dir in the mkdocs theme config but the directory was never created. This caused every build to abort immediately:

ERROR - Config value 'theme': The path set in custom_dir ('docs/overrides') does not exist.

Removing the line unblocks the docs workflow. No functionality lost — we have no theme overrides.

🤖 Generated with Claude Code

docs/overrides directory was referenced but never created, causing
mkdocs to abort on every build with a configuration error.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@imran-siddique imran-siddique merged commit 5bf5e2a into main Jun 18, 2026
2 of 6 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.

1 participant