Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 448 Bytes

File metadata and controls

33 lines (21 loc) · 448 Bytes

ArmoniK Docs

Docs for ArmoniK

Installation

Be aware to be at the root of the repository

python -m venv .venv-doc

Then activate the virtual environment:

source .venv-doc/bin/activate

And install dependencies:

pip install -r requirements.txt

Usage

To build the docs locally, run the following command:

sphinx-build -M html . build

Outputs can be found in build/html/index.html.