From 84c0fefef78ad603f26f40ea0ae2cac4d2c32711 Mon Sep 17 00:00:00 2001 From: Peeter Piegaze <1153481+ppiegaze@users.noreply.github.com> Date: Thu, 8 Feb 2024 20:22:06 +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 7eed8e6db5..f99b5adaec 100644 --- a/docs/community/contribute.rst +++ b/docs/community/contribute.rst @@ -168,7 +168,7 @@ This will set up the Python virtual environment for building the docs. Here we c 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``. +The resulting ``html`` files will be in ``docs/_build/html``. You can view them by running `open docs/_build/html/index.html` ``flyteidl`` ************