Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6800661

Browse filesBrowse files
authored
Usar Pygments < 2.15 (#2373)
La última versión de Pygments está provocando errores al parsear código de python que es válido. Esto ya ha sido reportado en pygments/pygments#2407, sólo hace falta esperar por el fix, y mientras tanto evitar usar esta nueva versión. Este problema fue visto en #2372 por primera vez, pero de hecho ya nos está afectando: el último build en CI de `3.11` ya falló por la misma razón. Signed-off-by: Rodrigo Tobar <rtobar@icrar.org>
1 parent c1d3e33 commit 6800661
Copy full SHA for 6800661

File tree

Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed

‎requirements.txt

Copy file name to clipboardExpand all lines: requirements.txt
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
pip
22
Sphinx==4.5.0
33
blurb
4+
Pygments<2.15
45
PyICU
56
polib
67
pospell>=1.1

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.