Codebase list python-geopandas / 2199f38
Refresh patches. Bas Couwenberg 3 years ago
2 changed file(s) with 9 addition(s) and 27 deletion(s). Raw diff Collapse all Expand all
11
22 * Team upload.
33 * New upstream release.
4 * Refresh patches.
45
56 -- Bas Couwenberg <sebastic@debian.org> Mon, 01 Mar 2021 05:45:53 +0100
67
33
44 --- a/doc/source/conf.py
55 +++ b/doc/source/conf.py
6 @@ -28,7 +28,6 @@ import warnings
7 # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
8 extensions = ['IPython.sphinxext.ipython_console_highlighting',
9 'IPython.sphinxext.ipython_directive',
10 - 'sphinx_gallery.gen_gallery',
11 'sphinx.ext.autosummary',
12 'sphinx.ext.intersphinx',
13 'sphinx.ext.autodoc',
14 @@ -57,18 +56,6 @@ templates_path = ['_templates']
15
16 autosummary_generate = True
17
18 -# Sphinx gallery configuration
19 -sphinx_gallery_conf = {
20 - 'examples_dirs': ['../../examples'],
21 - 'filename_pattern': '^((?!sgskip).)*$',
22 - 'gallery_dirs': ['gallery'],
23 - 'doc_module': ('geopandas',),
24 - 'reference_url': {'matplotlib': 'http://matplotlib.org',
25 - 'numpy': 'http://docs.scipy.org/doc/numpy',
26 - 'scipy': 'http://docs.scipy.org/doc/scipy/reference',
27 - 'geopandas': None},
28 - 'backreferences_dir': 'reference'
29 -}
30 # connect docs in other projects
31 intersphinx_mapping = {'pyproj': ('http://pyproj4.github.io/pyproj/stable/', None)}
32 # suppress matplotlib warning in examples
6 @@ -29,7 +29,6 @@ import warnings
7 extensions = [
8 "IPython.sphinxext.ipython_console_highlighting",
9 "IPython.sphinxext.ipython_directive",
10 - "sphinx_gallery.load_style",
11 "sphinx.ext.autosummary",
12 "sphinx.ext.intersphinx",
13 "sphinx.ext.autodoc",