Stephen Finucane

Results 113 comments of Stephen Finucane

> I've pushed an update based on everything we've discussed. Also fixed the tests and added another one for the `complete` nesting. Tell me what you think when you can...

@TomerGodinger I reworked a few of the commits and fixed broken type checks but the general content should be the same. Could you take a look over and see if...

Yeah, this isn't something we currently support. I'm not sure how easy it would be to fix this since we don't fully evaluate the application.

I haven't played with Typer so it's not really supported. Can you provide a minimal reproduction repo (ideally including a `setup.py` or `requirements.txt` file) so I or someone else can...

I don't think this is something I can fix. I'm not sure what's going on here, but it looks like something to do with your environment. This is what I...

Ah, a curiosity indeed :slightly_smiling_face: If you include `'\this\is\a\path'` in a a rST document, it renders as `thisisapath` because the backslashes are interpreted as escapes. We'd need to render the...

`autodoc_mock_imports` is part of the configuration for the [autodoc extension in Sphinx core](https://www.sphinx-doc.org/en/master/usage/extensions/autodoc.html). It has no relevance for this extension. To achieve what you want, we'd need to grown our...

Actually, this might not be as complicated as I first thought. @gibsondan Can you please take a look at #88 and see if this would fix your issue? It's a...

I think #100 would address this