Skip to content

Remove these for PR, deploying from static for now #4

Remove these for PR, deploying from static for now

Remove these for PR, deploying from static for now #4

Workflow file for this run

name: Docs
on: [push, pull_request]
# Allows you to run this workflow manually from the Actions tab
#workflow_dispatch:
permissions:
contents: write
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- name: Install dependencies
run: |
pip install sphinx sphinx_rtd_theme
- name: Sphinx build
run: |
sphinx-build doc _build
- name: Sphinx to gh-pages Action
uses: uibcdf/[email protected]
with:
branch: doc
dir_docs: docs
sphinxapiopts: '--separate -o . ../'
sphinxapiexclude: '../*setup* ../*.ipynb'
sphinxopts: ''