From 919aeb2d39b5852d598c68e5e0dd4f0d69d5a73e Mon Sep 17 00:00:00 2001 From: Peeter Piegaze <1153481+ppiegaze@users.noreply.github.com> Date: Thu, 8 Feb 2024 20:21:55 +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 9d0e8b9f26..7eed8e6db5 100644 --- a/docs/community/contribute.rst +++ b/docs/community/contribute.rst @@ -165,7 +165,7 @@ To build the Flyte docs locally you will need the following prerequisites: 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: +To actually build the docs, activate ``monodocs-env`` and (in the ``flyteorg/flyte`` root directory) run: * ``make docs`` The resulting ``html`` files will be in ``docs/_build/html``.