-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
AssertionError: wrong color format 'var(--jp-mirror-editor-variable-color)' #8198
Comments
Just ran into this myself, also on read-the-docs. Error log
|
I think @@ -2,7 +2,8 @@
----------------------------- ----------
alabaster 0.7.12
argon2-cffi 20.1.0
-attrs 19.3.0
+async-generator 1.10
+attrs 20.2.0
Babel 2.8.0
backcall 0.2.0
bleach 3.1.5
@@ -21,14 +22,15 @@
idna 2.10
imagesize 1.2.0
ipykernel 5.3.4
-ipython 7.17.0
+ipython 7.18.1
ipython-genutils 0.2.0
ipywidgets 7.5.1
jedi 0.17.2
Jinja2 2.11.2
jsonschema 3.2.0
-jupyter-client 6.1.6
+jupyter-client 6.1.7
jupyter-core 4.6.3
+jupyterlab-pygments 0.1.1
kiwisolver 1.2.0
latexcodec 2.0.1
llvmlite 0.34.0
@@ -37,23 +39,25 @@
mistune 0.8.4
mock 1.0.1
mpl-toolkits.clifford 0.0.3
-nbconvert 5.6.1
+nbclient 0.5.0
+nbconvert 6.0.1
nbformat 5.0.7
nbsphinx 0.7.1
-notebook 6.1.3
-numba 0.51.0
-numpy 1.19.1
+nest-asyncio 1.4.0
+notebook 6.1.4
+numba 0.51.2
+numpy 1.19.2
oset 0.1.3
packaging 20.4
-pandas 1.1.0
+pandas 1.1.2
pandocfilters 1.4.2
parso 0.7.1
pexpect 4.8.0
pickleshare 0.7.5
Pillow 7.2.0
-pip 20.2.2
+pip 20.2.3
prometheus-client 0.8.0
-prompt-toolkit 3.0.6
+prompt-toolkit 3.0.7
ptyprocess 0.6.0
pybtex 0.22.2
pybtex-docutils 0.2.2
@@ -71,10 +75,10 @@
requests 2.24.0
scipy 1.5.2
Send2Trash 1.5.0
-setuptools 49.6.0
+setuptools 50.3.0
six 1.15.0
snowballstemmer 2.0.0
-sparse 0.11.0
+sparse 0.11.2
Sphinx 3.2.1
sphinx-rtd-theme 0.4.3
sphinxcontrib-applehelp 1.0.2
@@ -88,8 +92,8 @@
terminado 0.8.3
testpath 0.4.4
tornado 6.0.4
-traitlets 4.3.3
-trimesh 3.8.1
+traitlets 5.0.4
+trimesh 3.8.6
urllib3 1.25.10
wcwidth 0.2.5
webencodings 0.5.1
|
Ah, here's the relevant build log:
So this is either a |
so your suggestion is to install pygments >= 2.4.1 (but should also <3)? |
That was enough for me. Starting in october, |
Thanks for your help. I will try it later on. |
Hi, I reinstalled pygments==2.4.1, the same issue still persist. |
same problem |
It seems this error was came from jupyterlab_pygments. I think it would be better to move this issue to their project. Closing.
|
Jupyterlab-pygments author here: this is not an issue with jupyterlab-pygments. |
Requiring RTD to use: |
Pinning Pygment==2.6.1 for readthedocs. See sphinx-doc/sphinx#8198 (comment). Fixes #3315. Test run of this branch on my fork using readthedocs itself succeeds: https://readthedocs.org/projects/balopat-cirq-rtd/builds/11906952/
I notified readthedocs - they are working on the issue: readthedocs/readthedocs.org#7492 |
Also address subsequent bug as per sphinx-doc/sphinx#8198 (fix: pip install pygments==2.6.1)
Seems like there is an issue, maybe not necessarily a bug. I documented my package using Read the Docs a month ago and everything works fine. I recently added some texts and fixed some typos and rebuild the documentation on my local computer without encountering any issue. However, when I was trying to build the documentation on the Read the Docs, an error occurred:
AssertionError: wrong color format
I only added some texts and fixed typos, there is nothing I can remember that will cause errors. The same thing happened to another user as well, please see our issues here
I suspect this may be because of some updates or inconsistencies of packages? Please help us figure out the issue, Thanks.
The text was updated successfully, but these errors were encountered: