Tye
Tye
Fixes #1728 Per [issue 1728](https://github.com/AcademySoftwareFoundation/rez/issues/1728), where alias could be used with dynamic invocation and script blocks.
### Description of the bug Local override `docstring_style` for global configuration doesn't work. ### To Reproduce Declare in mkdocs.yaml: ``` plugins: - mkdocstrings: enabled: true default_handler: python handlers: python: options:...
**Motivation** On windows, `get_environ` and `apply` methods on the ResolvedContext class take a very long time when resolving a powershell environment before the cached method.  **Explanation** This is because...