|
|
|||
File indexing completed on 2026-04-27 07:28:14
0001 #!/usr/bin/env bash 0002 set -euo pipefail 0003 0004 # Build MkDocs site 0005 if ! command -v mkdocs >/dev/null 2>&1; then 0006 echo "mkdocs not found. Install docs extras:" 0007 echo " pip install -e '.[docs]'" 0008 exit 1 0009 fi 0010 0011 mkdocs build -f mkdocs.yml --strict
| [ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
|
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
|