Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 353f432

Browse files
authored
Merge pull request #14846 from dstansby/v2.2.x
Fix circleCI build on 2.2.x
2 parents 81e9ace + 624158b commit 353f432

2 files changed

Lines changed: 1 addition & 8 deletions

File tree

doc-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Install the documentation requirements with:
77
# pip install -r doc-requirements.txt
88
#
9-
sphinx>=1.3,!=1.5.0,!=1.6.4,!=1.7.3
9+
sphinx>=1.3,!=1.5.0,!=1.6.4,!=1.7.3,<2
1010
colorspacious
1111
ipython
1212
ipywidgets

doc/users/prev_whats_new/whats_new_1.0.rst

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,6 @@ Jae-Joon Lee has written :mod:`~matplotlib.gridspec`, a new module for
2525
doing complex subplot layouts, featuring row and column spans and
2626
more. See :doc:`/tutorials/intermediate/gridspec` for a tutorial overview.
2727

28-
.. figure:: ../../gallery/userdemo/images/sphx_glr_demo_gridspec01_000.png
29-
:target: ../../gallery/userdemo/demo_gridspec01.html
30-
:align: center
31-
:scale: 50
32-
33-
Demo Gridspec01
34-
3528
Easy pythonic subplots
3629
-----------------------
3730

0 commit comments

Comments
 (0)