Skip to content

Remove gen rst #10137

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Dec 31, 2017
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