QuantEcon / jupinx

Jupyter + Sphinx Utilities and Tools
https://quantecon.github.io/jupinx/
20 stars 4 forks source link

jupinx-quickstart error #103

Open phantomachine opened 1 year ago

phantomachine commented 1 year ago

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.

phantomachine commented 1 year ago

Fixed it, sort of.

I had to create another environment with

Any plans to update jupinx to play nice with the latest version of python and sphinx-doc?