Documentation for AmpliconRepository built with MkDocs and hosted on Read the Docs.
To build and preview the documentation locally:
# Install dependencies
pip install -r docs/requirements.txt
# Serve the documentation locally
mkdocs serve
# Build the static site
mkdocs buildThis project uses Read the Docs for hosting. The configuration is in .readthedocs.yaml.
- Build OS: Ubuntu 22.04
- Python: 3.12
- Theme: rtd-dropdown
mkdocs.yml- MkDocs configuration.readthedocs.yaml- Read the Docs build configurationdocs/- Documentation source filesdocs/requirements.txt- Python dependencies for building