tensense's picture
Upload folder using huggingface_hub
4e909c7 verified
#!/bin/bash
# filepath: build-docs.sh
# Install dependencies
pip install mkdocs mkdocs-material mkdocstrings mkdocstrings-python mkdocs-autorefs mkdocs-click
# Build static site
mkdocs build
# Output is in ./site/