diff options
author | Mukulika <60316606+Mukulikaa@users.noreply.github.com> | 2023-01-09 23:08:36 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-09 09:38:36 -0800 |
commit | 9307c1310c9d911b637015e2e119b7831952343e (patch) | |
tree | 9a820f98e06af35841c97c999410f39972db08e1 /doc/source/dev | |
parent | 6794170ae690da6df0e2de25157026cbb9cc17a7 (diff) | |
download | numpy-9307c1310c9d911b637015e2e119b7831952343e.tar.gz |
DOC: Remove Gitpod as a local build option for users (#22911)
* DOC: Remove Gitpod as a local build option for users
Co-authored-by: Matti Picus <matti.picus@gmail.com>
Diffstat (limited to 'doc/source/dev')
-rw-r--r-- | doc/source/dev/howto_build_docs.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/source/dev/howto_build_docs.rst b/doc/source/dev/howto_build_docs.rst index 02a8820c9..a46688d7f 100644 --- a/doc/source/dev/howto_build_docs.rst +++ b/doc/source/dev/howto_build_docs.rst @@ -44,7 +44,8 @@ NumPy Since large parts of the main documentation are obtained from NumPy via ``import numpy`` and examining the docstrings, you will need to first -:ref:`build <building-from-source>` and install it so that the correct version is imported. +:ref:`build <development-environment>` and install it so that the correct version is +imported. NumPy has to be re-built and re-installed every time you fetch the latest version of the repository, before generating the documentation. This ensures that the NumPy version and the git repository version are in sync. |