.. _build-docs: Building Documentation ====================== To build the documentation for this project, use the following steps: #. Prepare your environment by following the instructions in :ref:`prepare-devel-env`. #. Build the HTML documentation using the :ref:`makedocs ` command: .. code-block:: shell-session :caption: Building the documentation :name: makedocs $ makedocs #. Find the generated documentation in the :file:`docs/build/html` directory.