File: no-gallery.patch

package info (click to toggle)
python-geopandas 1.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 14,196 kB
  • sloc: python: 24,997; makefile: 147; sh: 25
file content (14 lines) | stat: -rw-r--r-- 461 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: Disable gallery, requires unpacked dependencies.
Author: Bas Couwenberg <sebastic@debian.org>
Forwarded: not-needed

--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -48,7 +48,6 @@ import geopandas  # noqa
 extensions = [
     "IPython.sphinxext.ipython_console_highlighting",
     "IPython.sphinxext.ipython_directive",
-    "sphinx_gallery.load_style",
     "sphinx.ext.autosummary",
     "sphinx.ext.intersphinx",
     "sphinx.ext.autodoc",