build(deps): bump black from 22.6.0 to 24.3.0 #13745
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Snuba Docs on PR's | |
on: | |
pull_request: | |
jobs: | |
docs: | |
name: Sphinx | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Setup Python | |
uses: actions/setup-python@v4 | |
with: | |
python-version: '3.8' | |
- name: Generate config schema docs | |
run: | | |
pip install virtualenv | |
make generate-config-docs | |
- name: Build docs | |
run: | | |
make snubadocs |