diff options
Diffstat (limited to 'doc/source/conf.py')
-rw-r--r-- | doc/source/conf.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py index dec8fff05..906a906b6 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -364,7 +364,3 @@ def linkcode_resolve(domain, info): return "https://github.com/numpy/numpy/blob/v%s/numpy/%s%s" % ( numpy.__version__, fn, linespec) -doctest_global_setup = ''' -import numpy as np -from numpy.random import randomgen -''' |