-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Closed
Description
You can do mkdocs build --config-file=path/to/mkdocs.yml but any configuration values in that file are relative to your current working directory.
This seems wrong to me, but it's only something I've ran into when trying to automate MkDocs builds (for integration testing). I'm not sure if we want to change this, or what people really expect. The common use case is that you are in the same directory as the config file anyway, so that doen't matter.
Something like this should be changed or at least decided for a 1.0 release.
Thoughts?