Skip to content

Commit 16cf94e

Browse files
committed
Add xvfb conf to conf.py
[pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci
1 parent 432fb7a commit 16cf94e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/conf.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,13 @@
4141
"reset_modules": (qtgallery.reset_qapp,),
4242
}
4343

44+
qtgallery_conf = {
45+
"xvfb_size": (640, 480),
46+
"xvfb_color_depth": 24,
47+
"xfvb_use_xauth": False,
48+
"xfvb_extra_args": [],
49+
}
50+
4451
numpydoc_show_class_members = False
4552

4653
intersphinx_mapping = {

0 commit comments

Comments
 (0)