Replymessage unavailable
Currently I am also using properdocs(the mkdocs successor with 100% compatibility with mkdocs plugins) along with the mkdocstrings-python handler to parse and build the documentation. But I am looking for alternatives that I could replace properdocs with.
I am using Google style docstring. I suppose it should be an easy enough migration to sphinx from properdocs.
The main problem I am facing with properdocs is its lack of awareness for Qt. Needs a bit of customisation for it to be able to parse the properties/signals/etc to get rendered correctly.