Skip to content

TST: Fix matplotlib import test #72

TST: Fix matplotlib import test

TST: Fix matplotlib import test #72

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