diff options
| author | Matti Picus <matti.picus@gmail.com> | 2023-01-22 16:35:19 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-22 16:35:19 +0200 |
| commit | 6ff22e240dd4087ef187f1bda021f7a7773aba69 (patch) | |
| tree | c77344fa8bf57d6cd0646b7b50a39dda7a3ee01b /doc/source/conf.py | |
| parent | 2f8129c0eeb58a07f9c1427dd36e6b908dbdee64 (diff) | |
| parent | 086387677ccc51f71fca5b7403198d381ef846a2 (diff) | |
| download | numpy-6ff22e240dd4087ef187f1bda021f7a7773aba69.tar.gz | |
Merge pull request #23064 from seberg/nose-removal-doc-fixup
DOC: Fixup docs after the code removal
Diffstat (limited to 'doc/source/conf.py')
| -rw-r--r-- | doc/source/conf.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py index 79c33b756..121973138 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -163,7 +163,6 @@ def setup(app): # If we deemed it desirable, we could in future make these real modules, which # would make `from numpy.char import split` work. sys.modules['numpy.char'] = numpy.char -sys.modules['numpy.testing.dec'] = numpy.testing.dec # ----------------------------------------------------------------------------- # HTML output |
