The exact place in said plugin is linked in the issue I mentioned in the original post: https://github.com/tox-dev/sphinx-autodoc-typehints/issues/454#issuecomment-2489588907 . It's here: https://github.com/tox-dev/sphinx-autodoc-typehints/blob/ffea355/src/sphinx_autodoc_typehints/init.py#L850-L854 P. S. While it's obviously the case of https://www.hyrumslaw.com/, may I suggest keeping private API in underscored modules? Regular module names are typically perceived as public API.
I understand that breaking long-standing APIs is not an option. I was merely suggesting doing this for new things.
The exact place in said plugin is linked in the issue I mentioned in the original post: https://github.com/tox-dev/sphinx-autodoc-typehints/issues/454#issuecomment-2489588907. It's here: https://github.com/tox-dev/sphinx-autodoc-typehints/blob/ffea355/src/sphinx_autodoc_typehints/init.py#L850-L854 P. S. While it's obviously the case of https://www.hyrumslaw.com/, may I suggest keeping private API in underscored modules? Regular module names are typically perceived as public API.
The exact place in said plugin is linked in the issue I mentioned in the original post: https://github.com/tox-dev/sphinx-autodoc-typehints/issues/454#issuecomment-2489588907. It's here: https://github.com/tox-dev/sphinx-autodoc-typehints/blob/ffea355/src/sphinx_autodoc_typehints/init.py#L850-L854
The exact place in said plugin is linked in the issue I mentioned in the original post: https://github.com/tox-dev/sphinx-autodoc-typehints/issues/454#issuecomment-2489588907. It's here: https://github.com/tox-dev/sphinx-autodoc-typehints/blob/ffea355/src/sphinx_autodoc_typehints/init.py#L840-L848
->
OptionParser deprecated without replacement makes Sphinx extensions crash in strict mode
I'd also like to +1 this request. These days Git is the go-to solution for starting projects and keeping them going. In fact, even I've never had to learn to use svn. I recall copying some commands back in 2012 to fetch some source but then I've never needed it again. Throughout my career I haven't met anything other then Git with a few exceptions (like perforce) on "neighbor" projects that I didn't participate in. And since Git became so popular, it's the first thing newbies see when they start...