Skip to content

Add Read The Docs build config #54

Add Read The Docs build config

Add Read The Docs build config #54

Workflow file for this run

name: Docs
on:
push:
branches:
- 'master'
- '[0-9].[0-9]+'
pull_request: ~
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.x'
- run: pip install -r requirements.txt
- run: make SPHINXOPTS=-nW html