DEBSOURCES
Skip Quicknav
sources / python-trame-server / 3.6.1-2 / docs / build.sh
123456789
#!/usr/bin/env bash # Clean up the current documentation rm -rf dist mkdir dist # Build and open sphinx-build source dist google-chrome ./dist/index.html