Skip to content

#28 Adds discussion of location propagation #24

#28 Adds discussion of location propagation

#28 Adds discussion of location propagation #24

Workflow file for this run

name: "Docs check"
on:
- pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: ammaraskar/sphinx-action@master
with:
docs-folder: "docs/"
build-command: "sphinx-build -nW -b html source/ build/html/"