Skip to content

build(deps-dev): bump sphinx-rtd-theme from 2.0.0 to 3.0.0 #328

build(deps-dev): bump sphinx-rtd-theme from 2.0.0 to 3.0.0

build(deps-dev): bump sphinx-rtd-theme from 2.0.0 to 3.0.0 #328

Workflow file for this run

name: devel
on:
push:
branches-ignore:
- 'master'
- 'stable'
tags-ignore:
- '*'
jobs:
devel:
runs-on: ubuntu-latest
container:
image: apnpucky/ubuntu-python-latexmk
steps:
- uses: APN-Pucky/make-python-action@main
with:
test: true
doc: true
coveralls: true
codacy-api-token: ${{ secrets.CODACY_PROJECT_TOKEN }}