diff options
Diffstat (limited to 'doc/source/conf.py')
-rw-r--r-- | doc/source/conf.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py index 8203812d4..e5dac9023 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -207,9 +207,6 @@ intersphinx_mapping = {'http://docs.python.org/dev': None} # If we want to do a phantom import from an XML file for all autodocs phantom_import_file = 'dump.xml' -# Edit links -numpydoc_edit_link = '`Edit </numpy/docs/%(full_name)s/>`__' - # ----------------------------------------------------------------------------- # Coverage checker # ----------------------------------------------------------------------------- |