Skip to content

Bump qbraid from 0.5.0.dev20231213012035 to 0.5.0.dev20231230053326 #41

Bump qbraid from 0.5.0.dev20231213012035 to 0.5.0.dev20231230053326

Bump qbraid from 0.5.0.dev20231213012035 to 0.5.0.dev20231230053326 #41

Workflow file for this run

name: Docs
on:
pull_request:
branches: ['main']
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.10'
cache: pip
- name: Install dependencies
run: |
python3 -m pip install --upgrade pip
python3 -m pip install -r docs/requirements.txt
python3 -m pip install -r requirements.txt
python3 -m pip install -e .
- name: Build docs
run: |
cd docs
sphinx-build -W -b html . build/html