Build documentation =================== ArGaze has a standard MkDocs layout which is built by Read the Docs. You can build and view this documentation project locally. !!! note *Consider that all inline commands below have to be executed into ArGaze root folder.* Install required Python dependencies (MkDocs etc.): ```console pip install -r docs/requirements.in ``` Run the mkdocs development server: ```console mkdocs serve ``` Export the mkdocs site: ```console mkdocs build ```