Skip to content

Fix vector-based mapping decision in Mapper (#244) #35

Fix vector-based mapping decision in Mapper (#244)

Fix vector-based mapping decision in Mapper (#244) #35

Workflow file for this run

name: Documentation
on: # yamllint disable-line rule:truthy
push:
branches:
- master
pull_request:
jobs:
make_html:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Setup packages
uses: ./.github/actions/setup
with:
python-version: 3.8
- name: Install package
run: |
pip install git+https://github.com/pyg-team/pyg_sphinx_theme.git
BUILD_DOCS=1 pip install -e .
- name: Build documentation
run: |
cd docs && make clean && make html SPHINXOPTS="-W" # Fail on warning.