Skip to content

Different rms/bkg modes, adaptive box size, rejig #15

Different rms/bkg modes, adaptive box size, rejig

Different rms/bkg modes, adaptive box size, rejig #15

Workflow file for this run

# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
name: Python doc
on:
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.10
uses: actions/setup-python@v2
with:
python-version: '3.10'
cache: "pip"
- run: |
python -m pip install --upgrade pip
python -m pip install .
python -m pip install -r doc/requirements.txt
- name: Build docs with sphinx
run: |
cd doc
make html
- name: Archive docs
uses: actions/upload-artifact@v3
with:
name: documentation
path: |
doc/_build/html/