Tye

Results 3 issues of 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:...

extractor: griffe
refactor

**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. ![Image](https://github.com/user-attachments/assets/4b411967-e102-4dfe-8633-5ef401939d83) **Explanation** This is because...

enhancement