diff options
author | Ben Nathanson <github@bigriver.xyz> | 2020-10-10 06:29:36 -0400 |
---|---|---|
committer | Ben Nathanson <github@bigriver.xyz> | 2020-10-10 06:29:36 -0400 |
commit | 50811dc06a3aab1909931fd0e1e55c3effeb90a5 (patch) | |
tree | d6915c16f35a8fc7d785c50de272d0eea5758bdd | |
parent | 997d6ec1a13d24da29ead73e89ad55a40ad8e9d3 (diff) | |
download | numpy-50811dc06a3aab1909931fd0e1e55c3effeb90a5.tar.gz |
DOC: Explain :orphan: in PR #17523
-rw-r--r-- | doc/source/user/troubleshooting-importerror.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/source/user/troubleshooting-importerror.rst b/doc/source/user/troubleshooting-importerror.rst index d124e657a..1f99491a1 100644 --- a/doc/source/user/troubleshooting-importerror.rst +++ b/doc/source/user/troubleshooting-importerror.rst @@ -1,5 +1,11 @@ :orphan: +.. Reason for orphan: This page is referenced by the installation + instructions, which have moved from Sphinx to https://numpy.org/install. + All install links in Sphinx now point there, leaving no Sphinx references + to this page. + + *************************** Troubleshooting ImportError *************************** |