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``