commit | f48d431f44610e339d00a33d57564c6029c4ff43 | [log] [tgz] |
---|---|---|
author | Thomas Preud'homme <thomasp@graphcore.ai> | Wed Jan 20 18:20:46 2021 +0000 |
committer | Thomas Preud'homme <thomasp@graphcore.ai> | Wed Jan 20 18:43:48 2021 +0000 |
tree | 3ce0960b4feefdcf0396efbbca99f9e6bf27e3e2 | |
parent | 4d2d4dc9318999414e196df6ceca0af62d31c323 [diff] |
Install future before running sphinx Fix Sphinx warning about lack of module named 'future' by making the installation of future a dependency of sphinx in tox.ini Reviewed By: danilaml Differential Revision: https://reviews.llvm.org/D95069
This directory and its subdirectories contain the LLVM nightly test infrastructure. This is technically version “4.0” of the LLVM nightly test architecture.
The infrastructure has the following layout:
$ROOT/lnt - Top-level Python ‘lnt’ module
$ROOT/lnt/server/db - Database schema, utilities, and examples of the LNT plist format.
$ROOT/docs - Sphinx documentation for LNT.
$ROOT/tests - Tests for the infrastructure.
For more information, see the web documentation, or docs/.