We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b26589 commit 0884587Copy full SHA for 0884587
1 file changed
docs/conf.py
@@ -41,12 +41,12 @@
41
"reset_modules": (qtgallery.reset_qapp,),
42
}
43
44
-# """qtgallery_conf = {
45
-# "xvfb_size": (640, 480),
46
-# "xvfb_color_depth": 24,
47
-# "xfvb_use_xauth": False,
48
-# "xfvb_extra_args": [],
49
-# }"""
+qtgallery_conf = {
+ "xvfb_size": (640, 480),
+ "xvfb_color_depth": 24,
+ "xfvb_use_xauth": False,
+ "xfvb_extra_args": [],
+}
50
51
numpydoc_show_class_members = False
52
automodapi_inheritance_diagram = False
0 commit comments