We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f008953 + 77ee624 commit 3886f50Copy full SHA for 3886f50
lib/matplotlib/tests/tinypages/conf.py
@@ -1,13 +1,6 @@
1
-import sys
2
-from os.path import join as pjoin, abspath
3
import sphinx
4
from distutils.version import LooseVersion
5
6
-# If extensions (or modules to document with autodoc) are in another directory,
7
-# add these directories to sys.path here. If the directory is relative to the
8
-# documentation root, use os.path.abspath to make it absolute, like shown here.
9
-sys.path.insert(0, abspath(pjoin('..', '..')))
10
-
11
# -- General configuration ------------------------------------------------
12
13
extensions = ['matplotlib.sphinxext.plot_directive']
0 commit comments