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.3
        with:
          docs-folder: docs/
          formats: |-
            epub
            pdf

Indices and tables