Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
# All configuration values have a default value; values that are commented out
# serve to show the default value.

import matplotlib
import os
import sys
import sphinx
Expand Down Expand Up @@ -63,7 +64,6 @@ def _check_deps():

_check_deps()

import matplotlib
try:
from unittest.mock import MagicMock
except ImportError:
Expand Down
173 changes: 0 additions & 173 deletions doc/sphinxext/gen_rst.py

This file was deleted.

2 changes: 1 addition & 1 deletion pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ pep8ignore =
mpl_toolkits/exceltools.py E201 E202 E225 E228 E302 E303 E501 E701
mpl_toolkits/gtktools.py E221 E222 E225 E228 E231 E251 E261 E301 E302 E303 E401 E501 E701

doc/* ALL
doc/* E302 E501
tutorials/* E402 E501

*examples/* E501 E402
Expand Down