Skip to content

Update kombu from 5.4.2 to 5.5.0 #1064

Update kombu from 5.4.2 to 5.5.0

Update kombu from 5.4.2 to 5.5.0 #1064

Workflow file for this run

name: documentation
on: [push, pull_request]
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: '3.11' # Pillow-9.5.0
- name: Generate documentation
run: |
pip install -r docs/requirements.txt
cd docs && make autodoc html