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