Building Docs LocallyΒΆ

To build the docs locally, install the necessary requirements.

pip install sphinx sphinx_copybutton furo myst_parser pygments-lammps

Then, build it.

make html

Finally, open any page under _build in a browser of choice.