From f1115fd049ec822ceb0681189ab1d2af4415c52f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Luis=20Cano=20Rodr=C3=ADguez?= Date: Wed, 15 Sep 2021 15:12:11 +0200 Subject: [PATCH 1/2] Clarify that the development installation instructions are for Linux --- docs/development/install.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/development/install.rst b/docs/development/install.rst index 27aa8b074f2..9c33017a38f 100644 --- a/docs/development/install.rst +++ b/docs/development/install.rst @@ -8,6 +8,10 @@ These are development setup and :ref:`standards `_. +Other systems are not supported. + .. note:: We do not recommend to follow this guide to deploy an instance of Read the Docs for production usage. From 53bd4d129157b658fce45f9366c6d71a87f74294 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Luis=20Cano=20Rodr=C3=ADguez?= Date: Wed, 15 Sep 2021 19:13:05 +0200 Subject: [PATCH 2/2] Do not exclude non-Linux UNIX-like systems like macOS Co-authored-by: Santos Gallegos --- docs/development/install.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/development/install.rst b/docs/development/install.rst index 9c33017a38f..31d3cc80ae4 100644 --- a/docs/development/install.rst +++ b/docs/development/install.rst @@ -8,9 +8,9 @@ These are development setup and :ref:`standards `_. -Other systems are not supported. +To follow these instructions you will need a Unix-like operating system, +or `Windows Subsystem for Linux (WSL) `_. +Other operating systems are not supported. .. note::