From 0e174b2ccf98d413eb066c08514d025f364bb3fa Mon Sep 17 00:00:00 2001 From: Grzegorz Bialas <93606484+GregWhiteyBialas@users.noreply.github.com> Date: Mon, 3 Oct 2022 15:45:53 +0200 Subject: [PATCH 1/2] Update README.rst --- README.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.rst b/README.rst index 9b6a379..74821b2 100644 --- a/README.rst +++ b/README.rst @@ -13,6 +13,9 @@ Build the guide Prepare your build environment: +Please note that Sphinx requires now python version 3.7+. Details: https://github.com/sphinx-contrib/autoprogram/pull/48. +Default python version in CentOS 8 is 3.6. So either you use differnet distro, or install python 3.7+ manually. + .. code-block:: console python3 -m venv venv From 8f57b6e9c89c52903711753af278ec58321fc323 Mon Sep 17 00:00:00 2001 From: Grzegorz Bialas <93606484+GregWhiteyBialas@users.noreply.github.com> Date: Mon, 17 Oct 2022 11:18:26 +0200 Subject: [PATCH 2/2] Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 74821b2..fb372a1 100644 --- a/README.rst +++ b/README.rst @@ -14,7 +14,7 @@ Build the guide Prepare your build environment: Please note that Sphinx requires now python version 3.7+. Details: https://github.com/sphinx-contrib/autoprogram/pull/48. -Default python version in CentOS 8 is 3.6. So either you use differnet distro, or install python 3.7+ manually. +Default python version in CentOS 8 is 3.6. So either you use different distro, or install python 3.7+ manually. .. code-block:: console