You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openmw/docs/build_docs.sh

7 lines
182 B
Bash

#!/bin/bash
pushd $( dirname -- "$0"; )
docker run --user "$(id -u)":"$(id -g)" --volume "$PWD/..":/openmw openmw_doc \
sphinx-build /openmw/docs/source /openmw/docs/build
popd