Fix MkDocs docs_dir and ignore docs virtualenv
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -8,3 +8,6 @@ wheels/
|
|||||||
|
|
||||||
# Virtual environments
|
# Virtual environments
|
||||||
.venv
|
.venv
|
||||||
|
venv/
|
||||||
|
docs/.venv/
|
||||||
|
docs/venv/
|
||||||
|
|||||||
@@ -2,6 +2,12 @@ site_name: email-classifier
|
|||||||
site_description: FastAPI service that classifies email using a configurable LLM backend
|
site_description: FastAPI service that classifies email using a configurable LLM backend
|
||||||
site_url: https://git.danhenry.dev/daniel/email-classifier
|
site_url: https://git.danhenry.dev/daniel/email-classifier
|
||||||
|
|
||||||
|
docs_dir: docs
|
||||||
|
exclude_docs: |
|
||||||
|
venv/
|
||||||
|
.venv/
|
||||||
|
__pycache__/
|
||||||
|
|
||||||
repo_name: daniel/email-classifier
|
repo_name: daniel/email-classifier
|
||||||
repo_url: https://git.danhenry.dev/daniel/email-classifier
|
repo_url: https://git.danhenry.dev/daniel/email-classifier
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user