NISTtheDocs2Death

This GitHub action [1] uses the Sphinx tool to build documentation in https://github.com/usnistgov projects and then host that documentation on https://pages.nist.gov, as an approximation of ReadTheDocs.

Usage

name: "Build Documentation"

on: [push, pull_request, delete]

jobs:
  docs:
    runs-on: ubuntu-latest
    steps:
      - uses: usnistgov/NISTtheDocs2Death@0.4
        with:
          docs-folder: docs/
          formats: |-
            epub
            pdf

See NISTtheDocs2Death Action for more information about configuration of this workflow.

Indices and tables