1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
From: Ghislain Antony Vaillant <ghisvail@gmail.com>
Date: Sat, 3 Feb 2018 13:44:41 +0000
Subject: No sphinx gallery
---
doc/conf.py | 1 -
doc/examples.rst | 1 -
2 files changed, 2 deletions(-)
Index: python-xarray-0.11.1/doc/conf.py
===================================================================
--- python-xarray-0.11.1.orig/doc/conf.py
+++ python-xarray-0.11.1/doc/conf.py
@@ -64,7 +64,6 @@ extensions = [
'numpydoc',
'IPython.sphinxext.ipython_directive',
'IPython.sphinxext.ipython_console_highlighting',
- 'sphinx_gallery.gen_gallery',
]
extlinks = {'issue': ('https://github.com/pydata/xarray/issues/%s', 'GH'),
Index: python-xarray-0.11.1/doc/examples.rst
===================================================================
--- python-xarray-0.11.1.orig/doc/examples.rst
+++ python-xarray-0.11.1/doc/examples.rst
@@ -8,4 +8,3 @@ Examples
examples/weather-data
examples/monthly-means
examples/multidimensional-coords
- auto_gallery/index
|