Skip to content

PyOtherSide 1.6.1

PyOtherSide 1.6.1 #26

Workflow file for this run

name: Documentation
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: sudo apt install -y python3-sphinx python3-sphinx-rtd-theme
- run: make -C docs html