Hello, I've been attempting to use jupinx, but can't get past the jupinx-quickstart step.
I have sphinx 4.4.0 installed.
Here's my error message:
$ jupinx-quickstart
Traceback (most recent call last):
File "/home/myhome/anaconda3/bin/jupinx-quickstart", line 5, in
from jupinx.cmd.quickstart import main
File "/home/myhome/anaconda3/lib/python3.9/site-packages/jupinx/cmd/quickstart.py", line 41, in
from sphinx.deprecation import RemovedInSphinx40Warning
ImportError: cannot import name 'RemovedInSphinx40Warning' from 'sphinx.deprecation' (/home/myhome/anaconda3/lib/python3.9/site-packages/sphinx/deprecation.py)
Hello, I've been attempting to use jupinx, but can't get past the
jupinx-quickstart
step.I have
sphinx 4.4.0
installed.Here's my error message:
$ jupinx-quickstart
Traceback (most recent call last): File "/home/myhome/anaconda3/bin/jupinx-quickstart", line 5, in
from jupinx.cmd.quickstart import main
File "/home/myhome/anaconda3/lib/python3.9/site-packages/jupinx/cmd/quickstart.py", line 41, in
from sphinx.deprecation import RemovedInSphinx40Warning
ImportError: cannot import name 'RemovedInSphinx40Warning' from 'sphinx.deprecation' (/home/myhome/anaconda3/lib/python3.9/site-packages/sphinx/deprecation.py)
Thanks in advance for any suggestions.