mirror of
https://github.com/ROCm/jax.git
synced 2025-04-15 19:36:06 +00:00
Pin pygments version in RTD build. (#4267)
This fixes our RTD failures, which were caused by RTD installing an older version of pygments: ``` jupyterlab-pygments 0.1.1 requires pygments<3,>=2.4.1, but you'll have pygments 2.3.1 which is incompatible. nbconvert 6.0.1 requires pygments>=2.4.1, but you'll have pygments 2.3.1 which is incompatible. ```
This commit is contained in:
parent
ca1d8f4109
commit
6dc161cf27
@ -13,6 +13,10 @@ myst-parser[sphinx]
|
||||
# The next packages are for notebooks
|
||||
matplotlib
|
||||
sklearn
|
||||
# RTD defaults to an older version of pygments which is incompatible with the
|
||||
# nbsphinx/jupyter versions that gets installed. This can be removed if/when RTD
|
||||
# defaults to a newer version.
|
||||
pygments==2.4.1
|
||||
# For CI tests.
|
||||
pytest
|
||||
pytest-xdist
|
||||
|
Loading…
x
Reference in New Issue
Block a user