File tree 2 files changed +9
-9
lines changed
2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 13
13
# import os
14
14
# import sys
15
15
# sys.path.insert(0, os.path.abspath('.'))
16
- # import qtgallery
16
+ import qtgallery
17
17
18
18
# -- Project information -----------------------------------------------------
19
19
30
30
extensions = [
31
31
"numpydoc" ,
32
32
"sphinx_gallery.gen_gallery" ,
33
- # "qtgallery",
33
+ "qtgallery" ,
34
34
"sphinx_automodapi.automodapi" ,
35
35
"sphinx_automodapi.smart_resolver" ,
36
36
"sphinx.ext.intersphinx" ,
42
42
"reset_modules" : (qtgallery .reset_qapp ,),
43
43
}
44
44
45
-
46
- # qtgallery_conf = {
47
- # "xvfb_size": (640, 480),
48
- # "xvfb_color_depth": 24,
49
- # "xfvb_use_xauth": False,
50
- # "xfvb_extra_args": [],
51
- # }
45
+ qtgallery_conf = {
46
+ "xvfb_size" : (640 , 480 ),
47
+ "xvfb_color_depth" : 24 ,
48
+ "xfvb_use_xauth" : False ,
49
+ "xfvb_extra_args" : [],
50
+ }
52
51
53
52
numpydoc_show_class_members = False
54
53
automodapi_inheritance_diagram = False
Original file line number Diff line number Diff line change 50
50
napari[all]
51
51
numpydoc
52
52
pydata-sphinx-theme
53
+ qtgallery
53
54
sphinx
54
55
sphinx-automodapi
55
56
sphinx-gallery
You can’t perform that action at this time.
0 commit comments