Skip to content

chore(deps): bump sphinxcontrib-serializinghtml from 1.1.5 to 2.0.0 #330

chore(deps): bump sphinxcontrib-serializinghtml from 1.1.5 to 2.0.0

chore(deps): bump sphinxcontrib-serializinghtml from 1.1.5 to 2.0.0 #330

Workflow file for this run

name: Test docs
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
docs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.11']
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install --upgrade --upgrade-strategy eager --no-cache-dir .[docs]
- name: Build docs
run: make -C docs html