Skip to content

fixup: typing syntax #50

fixup: typing syntax

fixup: typing syntax #50

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@v3
- uses: "./.github/actions/build-xtgeo"
with:
python-version: 3.9
- name: Install doc requirements
run: pip install -r requirements/requirements_docs.txt
- name: Build docs
run: sphinx-build -W docs tmp/docs