From e8ba7394ecd940a4dc1ce783ba8c99cc1fc9a4c8 Mon Sep 17 00:00:00 2001 From: qubedmaiska Date: Fri, 31 Oct 2025 14:51:58 -0400 Subject: [PATCH] reword a subsection of rst documentation build env --- developer/general/how-to-edit-the-rst-documentation.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/developer/general/how-to-edit-the-rst-documentation.rst b/developer/general/how-to-edit-the-rst-documentation.rst index c7e7ba9a..fbafc380 100644 --- a/developer/general/how-to-edit-the-rst-documentation.rst +++ b/developer/general/how-to-edit-the-rst-documentation.rst @@ -322,9 +322,9 @@ Creating a Python environment with venv $ git clone https://github.com/QubesOS/qubes-doc.git $ cd qubes-doc -2. **Install Sphinx and Required Extensions** +2. **Create a virtual environment** - Enter the virtual environment. + Create and enter the virtual environment. .. code-block:: console