Skip to content

fix(docs): remove custom_dir: overrides from mkdocs.yml - #362

Merged
Million-mo merged 1 commit into
mainfrom
fix/overrides-from-main
Aug 7, 2026
Merged

fix(docs): remove custom_dir: overrides from mkdocs.yml#362
Million-mo merged 1 commit into
mainfrom
fix/overrides-from-main

Conversation

@Million-mo

@Million-mo Million-mo commented Aug 7, 2026

Copy link
Copy Markdown
Collaborator

Problem

The overrides/ directory was deleted in commit f7810abbe but mkdocs.yml still referenced it via theme.custom_dir: overrides, causing the Build documentation CI job to fail:

Error: Custom theme directory does not exist: /home/runner/work/agentpool/agentpool/overrides

Fix

Since the overrides/ directory was empty (no custom templates, CSS, or JS), simply remove the custom_dir: overrides line from mkdocs.yml instead of restoring the directory. mkdocs Material theme works fine without it.

The overrides/ directory was deleted in f7810ab but mkdocs.yml still
referenced it via theme.custom_dir: overrides, causing the Build
documentation CI job to fail with 'Custom theme directory does not
exist'. Since the directory was empty (no custom templates/CSS/JS),
simply remove the custom_dir line instead of restoring the directory.
@Million-mo
Million-mo force-pushed the fix/overrides-from-main branch from b8ec932 to 886462a Compare August 7, 2026 12:40
@Million-mo Million-mo changed the title fix(docs): restore overrides/ directory for mkdocs Material theme fix(docs): remove custom_dir: overrides from mkdocs.yml Aug 7, 2026
@Million-mo
Million-mo merged commit 9b2aff7 into main Aug 7, 2026
@Million-mo
Million-mo deleted the fix/overrides-from-main branch August 7, 2026 13:25
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