-
Notifications
You must be signed in to change notification settings - Fork 81
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
ERROR: sphinx 3.5.4 has requirement docutils<0.17,>=0.12, but you'll have docutils 0.17 which is incompatible. #172
Comments
I see it too. I'll update the dependency declaration. Thanks! |
So, Sphinx must have changed its own dependency declaration about |
I'd cut a release, but CI is failing due to somebody's docker server error. In the meantime, feel free to pull from master, or use the workaround. Thanks for taking the time to report this! |
There we go. Passing now. |
3.1.2 is up! https://pypi.org/project/sphinx-js/3.1.2/ |
Oh great, thanks for your reactivity ! :) |
My pleasure! :-D |
This moves most of the logic from call_typedoc.ts into a separate file called `cli.ts` which avoids some of the io like `process.exit()` and serializing json / writing to a file. Intended to help with testing.
Hi, this is what I get when doing a
pip install sphinx-js
(on Ubuntu 20.10, with either Python 3.7 or 3.8.6).Is there something to update on your side to be able to install sphinx-js ?
Thanks
The text was updated successfully, but these errors were encountered: