|
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",
|
|
40 | 40 | # Don't run any gallery examples, because they're not working on
|
41 | 41 | # readthedocs at the moment
|
42 | 42 | "filename_pattern": "a^",
|
43 |
| - "image_scrapers": (qtgallery.qtscraper,), |
44 |
| - "reset_modules": (qtgallery.reset_qapp,), |
| 43 | + # "image_scrapers": (qtgallery.qtscraper,), |
| 44 | + # "reset_modules": (qtgallery.reset_qapp,), |
45 | 45 | }
|
46 | 46 |
|
47 |
| -qtgallery_conf = { |
48 |
| - "xvfb_size": (640, 480), |
49 |
| - "xvfb_color_depth": 24, |
50 |
| - "xfvb_use_xauth": False, |
51 |
| - "xfvb_extra_args": [], |
52 |
| -} |
| 47 | + |
| 48 | +# qtgallery_conf = { |
| 49 | +# "xvfb_size": (640, 480), |
| 50 | +# "xvfb_color_depth": 24, |
| 51 | +# "xfvb_use_xauth": False, |
| 52 | +# "xfvb_extra_args": [], |
| 53 | +# } |
53 | 54 |
|
54 | 55 | numpydoc_show_class_members = False
|
55 | 56 | automodapi_inheritance_diagram = False
|
|
0 commit comments