Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3ac4ea8

Browse filesBrowse files
committed
Disable gallery generation
1 parent 51f7721 commit 3ac4ea8
Copy full SHA for 3ac4ea8

File tree

2 files changed

+11
-11
lines changed
Filter options

2 files changed

+11
-11
lines changed

‎docs/conf.py

Copy file name to clipboardExpand all lines: docs/conf.py
+11-10Lines changed: 11 additions & 10 deletions
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

‎setup.cfg

Copy file name to clipboardExpand all lines: setup.cfg
-1Lines changed: 0 additions & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.