Skip to content

Bump tornado from 6.3.3 to 6.4.2 #1032

Bump tornado from 6.3.3 to 6.4.2

Bump tornado from 6.3.3 to 6.4.2 #1032

Workflow file for this run

name: test_sphinx_build
on: [push, pull_request]
jobs:
build_docs_job:
runs-on: ubuntu-22.04
name: build sphinx docs
steps:
- uses: actions/checkout@v3
- name: install sphinx
run: |
python3 -m pip install -r requirements.txt
- name: build sphinx docs
run: |
make html