Skip to content

Switch from 'sphinx-build -b' to 'sphinx-build -M' #21

Switch from 'sphinx-build -b' to 'sphinx-build -M'

Switch from 'sphinx-build -b' to 'sphinx-build -M' #21

Workflow file for this run

# Publish documentation to the NIST server
# instead of ReadTheDocs
---
name: "Publish Documentation"
on: [push, pull_request, delete]
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: usnistgov/NISTtheDocs2Death@debug_static
with:
apt-packages: |-
doxygen
latexmk
build-pdf-command: make pdf
docs-folder: doc/
formats: |-
pdf
pip-requirements: doc/requirements.txt