diff --git a/pandas/io/formats/style.py b/pandas/io/formats/style.py index 91a301b665f7c..58dc9d780d181 100644 --- a/pandas/io/formats/style.py +++ b/pandas/io/formats/style.py @@ -536,7 +536,7 @@ def to_latex( >>> df = pd.DataFrame([[1,2], [3,4]]) >>> s = df.style.highlight_max(axis=None, ... props='background-color:red; font-weight:bold;') - >>> s.render() + >>> s.render() # doctest: +SKIP The equivalent using LaTeX only commands is the following: