Skip to content

Commit e0213e7

Browse files
committed
Try commenting out xvfb config
1 parent a22be30 commit e0213e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@
4242
"reset_modules": (qtgallery.reset_qapp,),
4343
}
4444

45-
qtgallery_conf = {
45+
"""qtgallery_conf = {
4646
"xvfb_size": (640, 480),
4747
"xvfb_color_depth": 24,
4848
"xfvb_use_xauth": False,
4949
"xfvb_extra_args": [],
50-
}
50+
}"""
5151

5252
numpydoc_show_class_members = False
5353
automodapi_inheritance_diagram = False

0 commit comments

Comments
 (0)