Skip to content

docs(mkdocs): "docs_dir: ." breaks mkdocs build --strict #364

Description

@imran-siddique

Surfaced during review of #339.

mkdocs.yml sets docs_dir: ., which current MkDocs rejects because the docs directory is the parent of the config file. As a result mkdocs build --strict fails before page rendering, both locally and in any strict-docs CI.

This is pre-existing and unrelated to any single PR (contributors hit it whenever they try a strict build).

Fix: move docs under a real docs/ directory (or point docs_dir at the actual docs folder) and update the nav paths accordingly.

Refs #339.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions