Skip to content

Added detailed jH2 calculation #45

Added detailed jH2 calculation

Added detailed jH2 calculation #45

Workflow file for this run

name: Build documentation
on: [push, pull_request]
env:
SPHINXOPTS: -W --keep going
jobs:
build-docs:
name: Build documentation
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- name: Install dependencies
run: pip install -r doc/requirements.txt
- name: Build documentation
env:
SPHINXOPTS: -W --keep-going
run: make html -C doc