Skip to content

Commit 3eac67a

Browse files
fix: Disallow ipython v8.7.0 to avoid Pygments lexer warning (#2068)
* Disallow ipython v8.7.0 to avoid Pygments warning > WARNING: Pygments lexer name 'ipython3' is not known which arises during the docs build. This is a stopgap measure and this line should be removed as soon as there is a resolution and new ipython release. - c.f. ipython/ipython#13845
1 parent f6d1997 commit 3eac67a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
'sphinx-issues',
5959
'sphinx-copybutton>=0.3.2',
6060
'sphinx-togglebutton>=0.3.0',
61+
'ipython!=8.7.0', # c.f. https://github.com/scikit-hep/pyhf/pull/2068
6162
]
6263
)
6364
)

0 commit comments

Comments
 (0)