ContainTheDocs Build ScriptsΒΆ

The repo includes build scripts for common operations:

  • containthedocs-bash.sh: Run to container with a BASH prompt

  • containthedocs-build.sh: Build HTML docs using make -C docs html to docs/_build/html

  • containthedocs-clean.sh: Clean the build directory using make -C docs clean

  • containthedocs-cleanbuild.sh: Clean the build directory and build HTML docs using make -C docs clean html

  • containthedocs-convert.sh: Convert a Word .docx file to rST

  • containthedocs-pdf.sh: Build PDF docs using make -C docs latexpdf to docs/_build/latex