Skip to content

Update for new extlinks syntax #8

Update for new extlinks syntax

Update for new extlinks syntax #8

Workflow file for this run

name: docs
on:
push:
branches:
- master
tags-ignore:
- '*'
pull_request:
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.8
uses: actions/setup-python@v2
with:
python-version: 3.8
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -e .[docs]
- name: Build Docs
working-directory: ./docs
run: sphinx-build -W -b html src build