Docs4NIST

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/Docs4NIST@0.6
        with:
          docs-folder: docs/
          formats: |-
            epub
            pdf

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

Indices and tables