Skip to content

TST: fix hypothesis test failure #57

TST: fix hypothesis test failure

TST: fix hypothesis test failure #57

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