diff --git a/contributing/documentation/overview.rst b/contributing/documentation/overview.rst index 90cbdc86eb6..09a801c60d6 100644 --- a/contributing/documentation/overview.rst +++ b/contributing/documentation/overview.rst @@ -280,7 +280,8 @@ purposes following these steps: .. code-block:: terminal # Linux and macOS - $ ./_build/make html + $ cd _build/ + $ make html # Windows $ _build\make html