# Building Docs Locally To build the docs locally, install the necessary requirements. ```bash pip install sphinx sphinx_copybutton furo myst_parser pygments-lammps ``` Then, build it. ```bash make html ``` Finally, open any page under `_build` in a browser of choice.