Building the FACT Documentation Locally Installing the Requirements python3 -m pip install -r doc_dependencies.txt or pip3 install -r doc_dependencies.txt depending on your python / pip version / preference. Building the Docs make clean html Viewing the Built Docs firefox _build/html/index.html