Skip to content

fix weird new chromium pasting bug - please use firefox! (closes #409) #308

fix weird new chromium pasting bug - please use firefox! (closes #409)

fix weird new chromium pasting bug - please use firefox! (closes #409) #308

Workflow file for this run

name: Build Documentation
on:
push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: '3.x'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install . sphinx sphinx-rtd-theme
- name: Build documentation
run: |
cd docs
make html