fprime/Fw/Python/docs/gendoc.bash

7 lines
162 B
Bash
Executable File

#!/bin/bash
# A quick file for generating docs
DIRECTORY="../../../docs/UsersGuide/api/python/fprime/html"
mkdir -p "${DIRECTORY}"
sphinx-build . "${DIRECTORY}"