|
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 | 34 | "sphinx_automodapi.automodapi",
|
34 | 35 | "sphinx_automodapi.smart_resolver",
|
35 | 36 | "sphinx.ext.intersphinx",
|
36 | 37 | ]
|
37 | 38 |
|
38 | 39 | sphinx_gallery_conf = {
|
39 |
| - "filename_pattern": ".", |
40 |
| - "image_scrapers": (qtgallery.qtscraper,), |
41 |
| - "reset_modules": (qtgallery.reset_qapp,), |
| 40 | + # Don't run any gallery examples, because they're not working on |
| 41 | + # readthedocs at the moment |
| 42 | + "filename_pattern": "a^", |
| 43 | + # "image_scrapers": (qtgallery.qtscraper,), |
| 44 | + # "reset_modules": (qtgallery.reset_qapp,), |
42 | 45 | }
|
43 | 46 |
|
| 47 | + |
| 48 | +# qtgallery_conf = { |
| 49 | +# "xvfb_size": (640, 480), |
| 50 | +# "xvfb_color_depth": 24, |
| 51 | +# "xfvb_use_xauth": False, |
| 52 | +# "xfvb_extra_args": [], |
| 53 | +# } |
| 54 | + |
44 | 55 | numpydoc_show_class_members = False
|
| 56 | +automodapi_inheritance_diagram = False |
45 | 57 |
|
46 | 58 | intersphinx_mapping = {
|
47 | 59 | "napari": ("https://napari.org/", None),
|
|
0 commit comments