Skip to content

Bump sphinx from 4.0.1 to 5.3.0 #706

Bump sphinx from 4.0.1 to 5.3.0

Bump sphinx from 4.0.1 to 5.3.0 #706

Workflow file for this run

name: Tests
on: [push, pull_request]
jobs:
tests:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.6','3.7', '3.8']
name: Python ${{ matrix.python-version }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python-version }}
architecture: x64
- run: pip install nox>=2019.11.9
- run: pip install poetry>=1.0.5
- run: nox