From 422abe56ac1f1f9b1276e8717609c7eb5d6ecac0 Mon Sep 17 00:00:00 2001 From: Peeter Piegaze <1153481+ppiegaze@users.noreply.github.com> Date: Thu, 8 Feb 2024 20:21:48 +0100 Subject: [PATCH] Update docs/community/contribute.rst Co-authored-by: Nikki Everett Signed-off-by: Peeter Piegaze <1153481+ppiegaze@users.noreply.github.com> --- docs/community/contribute.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/community/contribute.rst b/docs/community/contribute.rst index 761112afcf..9d0e8b9f26 100644 --- a/docs/community/contribute.rst +++ b/docs/community/contribute.rst @@ -163,7 +163,7 @@ To build the Flyte docs locally you will need the following prerequisites: * ``conda activate monodocs-env`` * ``pip install ./flyteidl`` -This will set up the Python virtual environment for building the docs. Here we called it ``monodocs_env``. +This will set up the Python virtual environment for building the docs. Here we called it ``monodocs-env``. To actually build the docs, activate ``monodocs_env`` and (in the ``flyteorg/flyte`` root directory) run: * ``make docs``