diff options
| author | Charles Harris <charlesr.harris@gmail.com> | 2023-03-23 19:11:17 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-23 19:11:17 -0400 |
| commit | ce725d1642d6e957c70ea75c2aaa022c2eef4a95 (patch) | |
| tree | 907661ade0edc546e11bfc6bfe8d6c799aa5310a /doc/source/dev/howto_build_docs.rst | |
| parent | 50acc65297a79312a2526ce4398e7739f5d4db95 (diff) | |
| parent | c35c440bbe57e53a761ec880199d3e28c9c22223 (diff) | |
| download | numpy-ce725d1642d6e957c70ea75c2aaa022c2eef4a95.tar.gz | |
Merge pull request #23444 from rgommers/remove-gitpod
MAINT: remove support for Gitpod, add note on using Codespaces
Diffstat (limited to 'doc/source/dev/howto_build_docs.rst')
| -rw-r--r-- | doc/source/dev/howto_build_docs.rst | 23 |
1 files changed, 7 insertions, 16 deletions
diff --git a/doc/source/dev/howto_build_docs.rst b/doc/source/dev/howto_build_docs.rst index 980a03f54..b3d2e3055 100644 --- a/doc/source/dev/howto_build_docs.rst +++ b/doc/source/dev/howto_build_docs.rst @@ -14,22 +14,13 @@ in several different formats. Development environments ======================== -Before proceeding further it should be noted that the documentation is built with the ``make`` tool, -which is not natively available on Windows. MacOS or Linux users can jump -to :ref:`how-todoc.prerequisites`. It is recommended for Windows users to set up their development -environment on :ref:`Gitpod <development-gitpod>` or `Windows Subsystem -for Linux (WSL) <https://learn.microsoft.com/en-us/windows/wsl/install>`_. WSL is a good option -for a persistent local set-up. - -Gitpod -~~~~~~ -Gitpod is an open-source platform that automatically creates the correct development environment right -in your browser, reducing the need to install local development environments and deal with -incompatible dependencies. - -If you have good internet connectivity and want a temporary set-up, -it is often faster to build with Gitpod. Here are the in-depth instructions for -:ref:`building NumPy with Gitpod <development-gitpod>`. +Before proceeding further it should be noted that the documentation is built +with the ``make`` tool, which is not natively available on Windows. MacOS or +Linux users can jump to :ref:`how-todoc.prerequisites`. It is recommended for +Windows users to set up their development environment on +GitHub Codespaces (see :ref:`recommended-development-setup`) or +`Windows Subsystem for Linux (WSL) <https://learn.microsoft.com/en-us/windows/wsl/install>`_. +WSL is a good option for a persistent local set-up. .. _how-todoc.prerequisites: |
