File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1313# import os
1414# import sys
1515# sys.path.insert(0, os.path.abspath('.'))
16- # import qtgallery
16+ import qtgallery
1717
1818# -- Project information -----------------------------------------------------
1919
3030extensions = [
3131 "numpydoc" ,
3232 "sphinx_gallery.gen_gallery" ,
33- # "qtgallery",
33+ "qtgallery" ,
3434 "sphinx_automodapi.automodapi" ,
3535 "sphinx_automodapi.smart_resolver" ,
3636 "sphinx.ext.intersphinx" ,
4242 "reset_modules" : (qtgallery .reset_qapp ,),
4343}
4444
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+ }
5251
5352numpydoc_show_class_members = False
5453automodapi_inheritance_diagram = False
Original file line number Diff line number Diff line change 5050 napari[all]
5151 numpydoc
5252 pydata-sphinx-theme
53+ qtgallery
5354 sphinx
5455 sphinx-automodapi
5556 sphinx-gallery
You can’t perform that action at this time.
0 commit comments