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 at the root of ArGaze package folder.

Install required Python dependencies (MkDocs etc.):

pip install -r docs/requirements.in

Run the mkdocs development server:

mkdocs serve

Export the mkdocs site:

mkdocs build