ContainTheDocs Build ScriptsΒΆ
The repo includes build scripts for common operations:
containthedocs-bash.sh: Run to container with a BASH promptcontainthedocs-build.sh: Build HTML docs usingmake -C docs htmltodocs/_build/htmlcontainthedocs-clean.sh: Clean the build directory usingmake -C docs cleancontainthedocs-cleanbuild.sh: Clean the build directory and build HTML docs usingmake -C docs clean htmlcontainthedocs-convert.sh: Convert a Word.docxfile to rSTcontainthedocs-pdf.sh: Build PDF docs usingmake -C docs latexpdftodocs/_build/latex