Skip to content

Commit

Permalink
standard/technical/build: Remove venv instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Oct 16, 2024
1 parent 9d02060 commit b33d8b4
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions docs/standard/technical/build.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,6 @@ Get started

Building the documentation requires Python 3.8 or greater.

Create a virtual environment using Python 3 with ``pyenv virtualenv docs`` or:

.. code-block:: shell
sudo apt install python3-venv
python3 -m venv .ve
source .ve/bin/activate
Initialize and update submodules:

.. code-block:: shell
Expand Down

0 comments on commit b33d8b4

Please sign in to comment.