Skip to content

CLN: Add typing to common.sys #61

CLN: Add typing to common.sys

CLN: Add typing to common.sys #61

Workflow file for this run

name: Build Docs
on:
push:
branches: [main, "*postfix"]
pull_request:
branches: [main]
jobs:
build_docs:
name: Build docs
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install xtgeo
run: pip install ".[docs]"
- name: Build docs
run: sphinx-build -W docs tmp/docs