Skip to content

Revert Data fields to bytes and add get_data_as_view for zero-copy access #331

Revert Data fields to bytes and add get_data_as_view for zero-copy access

Revert Data fields to bytes and add get_data_as_view for zero-copy access #331

Workflow file for this run

name: Docs
on: [push, pull_request]
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.8
uses: actions/setup-python@v4
with:
python-version: 3.8
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Build pycapnp and install
run: |
python setup.py build
pip install .
- name: Build documentation
run: |
sphinx-build docs build/html