Skip to content

* Store polarization axes in response as type PolarizationAxis #1272

* Store polarization axes in response as type PolarizationAxis

* Store polarization axes in response as type PolarizationAxis #1272

Workflow file for this run

name: docs-local-build
on: [push, pull_request, workflow_dispatch]
permissions:
contents: write
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v5
with:
python-version: '3.11'
- name: Install dependencies
run: |
sudo apt install pandoc
pip install sphinx==8.1.3 sphinx_rtd_theme nbsphinx mock
- name: Sphinx build
run: |
make -C docs html