Skip to content

Commit

Permalink
Merge pull request #20464 from anntzer/tinypagesconf
Browse files Browse the repository at this point in the history
tinypages/conf.py doesn't need to manipulate sys.path.
  • Loading branch information
tacaswell committed Jun 18, 2021
2 parents f008953 + 77ee624 commit 3886f50
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions lib/matplotlib/tests/tinypages/conf.py
@@ -1,13 +1,6 @@
import sys
from os.path import join as pjoin, abspath
import sphinx
from distutils.version import LooseVersion

# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
sys.path.insert(0, abspath(pjoin('..', '..')))

# -- General configuration ------------------------------------------------

extensions = ['matplotlib.sphinxext.plot_directive']
Expand Down

0 comments on commit 3886f50

Please sign in to comment.