-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pass config file path through SubConfig to Config #3265
Conversation
This ensures FilesystemObject fields in Config are correctly evaluated relative to file.
Thanks for the PR. Well, the more important thing here would be adding a test that would've failed before. Also I'll need to think for a bit whether there are any implications for passing |
@oprypin Thanks! Please confirm that my legacy unit test is actually a legacy unit test, I've not used that style before. Hopefully this will be non-breaking. |
Hi sorry, I'm overthinking how to deal with a pull request. Would it be OK for me to just push my edits to this pull request? |
Yeah should be fine. I don't recall if I have a local copy so please don't force push. |
Alright I've backed up my branch locally. you can push what you like ;-) |
This ensures FilesystemObject fields in Config are correctly evaluated relative to mkdocs.yaml.
See #3264