Updating the Docs¶
To install the dependencies to build the documentation, run pip install -e .[docs]
.
The quacc documentation is built using Material for MkDocs. To build the documentation locally (e.g. to evaluate changes), run mkdocs serve
in the base directory and open the URL shown in the terminal.