Skip to content

Update the Docker image for SC23 #440

Update the Docker image for SC23

Update the Docker image for SC23 #440

Workflow file for this run

name: build docs
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build-docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: actions/setup-python@v4
with:
python-version: 3.7
- name: Install dependencies
run: |
sudo apt-get install graphviz
pip install --upgrade pip
pip install --upgrade -r requirements.txt
- name: Build docs
run: |
make clean --silent
make SPHINXOPTS=-W