Skip to content

Commit 27dcdc9

Browse files
committed
Disable gallery generation
1 parent f88ec4a commit 27dcdc9

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

Diff for: docs/conf.py

+11-10
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
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

@@ -30,7 +30,7 @@
3030
extensions = [
3131
"numpydoc",
3232
"sphinx_gallery.gen_gallery",
33-
"qtgallery",
33+
# "qtgallery",
3434
"sphinx_automodapi.automodapi",
3535
"sphinx_automodapi.smart_resolver",
3636
"sphinx.ext.intersphinx",
@@ -40,16 +40,17 @@
4040
# Don't run any gallery examples, because they're not working on
4141
# readthedocs at the moment
4242
"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,),
4545
}
4646

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+
# }
5354

5455
numpydoc_show_class_members = False
5556
automodapi_inheritance_diagram = False

Diff for: setup.cfg

-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ docs =
4949
napari[all]
5050
numpydoc
5151
pydata-sphinx-theme
52-
qtgallery
5352
sphinx
5453
sphinx-automodapi
5554
sphinx-gallery

0 commit comments

Comments
 (0)