We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21769b9 commit 0e174b2Copy full SHA for 0e174b2
README.rst
@@ -13,6 +13,9 @@ Build the guide
13
14
Prepare your build environment:
15
16
+Please note that Sphinx requires now python version 3.7+. Details: https://github.com/sphinx-contrib/autoprogram/pull/48.
17
+Default python version in CentOS 8 is 3.6. So either you use differnet distro, or install python 3.7+ manually.
18
+
19
.. code-block:: console
20
21
python3 -m venv venv
0 commit comments