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

Skip to content

Commit 9549761

Browse files
authored
Merge pull request #10137 from dstansby/remove-gen-rst
DOC: Remove gen rst helper
2 parents 92a93d6 + 6505a94 commit 9549761

File tree

3 files changed

+2
-175
lines changed

3 files changed

+2
-175
lines changed

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
# All configuration values have a default value; values that are commented out
1212
# serve to show the default value.
1313

14+
import matplotlib
1415
import os
1516
import sys
1617
import sphinx
@@ -63,7 +64,6 @@ def _check_deps():
6364

6465
_check_deps()
6566

66-
import matplotlib
6767
try:
6868
from unittest.mock import MagicMock
6969
except ImportError:

doc/sphinxext/gen_rst.py

Lines changed: 0 additions & 173 deletions
This file was deleted.

pytest.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ pep8ignore =
109109
mpl_toolkits/exceltools.py E201 E202 E225 E228 E302 E303 E501 E701
110110
mpl_toolkits/gtktools.py E221 E222 E225 E228 E231 E251 E261 E301 E302 E303 E401 E501 E701
111111

112-
doc/* ALL
112+
doc/* E302 E501
113113
tutorials/* E402 E501
114114

115115
*examples/* E501 E402

0 commit comments

Comments
 (0)