summaryrefslogtreecommitdiff
path: root/doc/source/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/conf.py')
-rw-r--r--doc/source/conf.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index 11be7ec1c..905fa2711 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -257,7 +257,6 @@ numpydoc_use_plots = True
# Autosummary
# -----------------------------------------------------------------------------
-import glob
autosummary_generate = True
# -----------------------------------------------------------------------------
@@ -381,7 +380,6 @@ def linkcode_resolve(domain, info):
numpy.__version__, fn, linespec)
from pygments.lexers import CLexer
-from pygments import token
import copy
class NumPyLexer(CLexer):