Skip to content

docs: Move to RTD - Update links and remove workflow #38

docs: Move to RTD - Update links and remove workflow

docs: Move to RTD - Update links and remove workflow #38

Workflow file for this run

# test documentation build without publishing
name: Documentation
on:
pull_request:
paths:
- 'docs/**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Build and deploy documentation
uses: sphinx-notes/pages@v3
with:
publish: false