Fix MkDocs docs_dir and ignore docs virtualenv

This commit is contained in:
Steve W
2026-04-09 20:52:17 +00:00
parent bcf660f222
commit 39c0d787fc
2 changed files with 9 additions and 0 deletions

3
.gitignore vendored
View File

@@ -8,3 +8,6 @@ wheels/
# Virtual environments
.venv
venv/
docs/.venv/
docs/venv/

View File

@@ -2,6 +2,12 @@ site_name: email-classifier
site_description: FastAPI service that classifies email using a configurable LLM backend
site_url: https://git.danhenry.dev/daniel/email-classifier
docs_dir: docs
exclude_docs: |
venv/
.venv/
__pycache__/
repo_name: daniel/email-classifier
repo_url: https://git.danhenry.dev/daniel/email-classifier