-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Import error on sphinxcontrib.napoleon
on Python 3.10.8
#65
Comments
I tried a simple replacement in
Ran this on Python 3.8.5. |
Hi @sebastian-correa, |
Signed-off-by: jshwi <stephen@jshwisolutions.com>
Signed-off-by: jshwi <stephen@jshwisolutions.com>
@sebastian-correa, thanks for your help |
Thanks for the quick reply! When I have time to look into this, I'll notify you here so that we don't do duplicate work. Cool tool, by the way! |
I don't know what's up with my out-of-order comment. I saw the release; that was blazing fast! I'm sorry I couldn't submit a PR with a fix, but I will continue implementing |
You helped hurry along this release with the reading up you did on this I wanted this to work quicker for you so I went ahead with the release, as I knew what the issue was, based on my knowledge of this code I'll see if I can put together a CONTRIBUTING.md together to make it easier for you to navigate the codebase if you ever want to submit a PR Also, next time if you find something here, I would be happy for you to make a WIP PR, even if it fails, and we could discuss it Thanks for the support! Stephen |
Hey! I'm getting this
ImportError
when runningdocsig --help
:docsig
requiressphinxcontrb-napoleon
directly, to its latest version of0.7
which was released in 2018.As seen in this commit to
sphinxcontrib-napoleon
, the issue I'm facing was fixed in 2021. I tried copy-pasting that commit into myvenv
anddocsig --help
ran correctly.I see 2 alternatives:
napoleon
now comes bundled withsphinx
(atsphinx.ext.napoleon
),docsig
should have a direct requirement onsphinx
.sphinx
is quite big, though, and you may not want this.git
dependency [ref] forsphinxcontrib-napoleon
, knowing that that repo is not kept up to date.I can work on a PR to fix this with whatever solution you prefer.
The text was updated successfully, but these errors were encountered: