You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 2, 2023. It is now read-only.
I believe an older version of sphynx is needed. You can pip install an older one. I'll try to change the requirements of the package to see if that helps
" You can pip install an older one": yes, that's what I'm trying to do manually, without much success so far
"I'll try to change the requirements of the package to see if that helps": If you have an automated way of checking Sphinx versions and APIs, that will be great
More specifically -- from what I understand -- it says that sphinx.util.inspect.Signature is deprecated and will be removed (starting in version 4.0). They suggest using either sphinx.util.inspect.signature or sphinx.util.inspect.stringify_signature().
What do you suggest? Modify the setup.py and specify a sphinx version before 4.0? Or, using the alternatives and keep the setup.py as it is now.
Hi,
I'm using this package for documenting all my Python packages, especially this one.
It worked very well on my last commit but now, when I run
python3 docs/autogen.py
, I get the following error messages:It seems like the problem comes from this file, and a change in Sphinx's API. Could you please help me in solving this issue?
The text was updated successfully, but these errors were encountered: