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
As a workaround in the meantime, you can change line 208 in noxfile.py to the below, which will pin doc build to Python 3.8, which is unaffected by the linked babel bug:
Adding this mainly as doc in case anyone else runs into the issue: the
docs-build
nox session fails with the below error on Ubuntu:I ran it down, and this is because of python-babel/babel#990
As a workaround in the meantime, you can change line 208 in
noxfile.py
to the below, which will pin doc build to Python 3.8, which is unaffected by the linked babel bug:Note that if you are running nox locally, you'll need to run without -r in order for the docs-build session to have its venv rebuilt.
The text was updated successfully, but these errors were encountered: