2024-02-11
This commit is contained in:
parent
579ff09f0f
commit
d654ae6731
29 changed files with 5392 additions and 0 deletions
15
bin/build-pdf.sh
Executable file
15
bin/build-pdf.sh
Executable file
|
|
@ -0,0 +1,15 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
# ------------------------------------------------------------------------------
|
||||
# Build the HTML and PDF Sphinx documentation.
|
||||
#
|
||||
# Examples:
|
||||
# ./build-pdf.sh
|
||||
# ./build-pdf.sh --name my-documentation
|
||||
# ------------------------------------------------------------------------------
|
||||
|
||||
PROJECT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )/.." && pwd )"
|
||||
|
||||
"${PROJECT_DIR}/bin/build.sh" --pdf "${@}"
|
||||
|
||||
exit 0
|
||||
Loading…
Add table
Add a link
Reference in a new issue