Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 400 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 400 Bytes

 Anomalib Documentation

Introduction

This is the source code for the Anomalib documentation. It is built using sphinx-design and myst parser.

Installation

To install the dependencies, run the following command from the project root:

pip install .[docs]

Build

To build the documentation, run the following command:

cd docs
sphinx-build -b html source build