Skip to content

Merge pull request #25 from vyu16/update_version #7

Merge pull request #25 from vyu16/update_version

Merge pull request #25 from vyu16/update_version #7

Workflow file for this run

name: Doc
on: [push, pull_request]
jobs:
doc:
runs-on: ubuntu-latest
container: continuumio/miniconda3:latest
steps:
- uses: actions/checkout@v4
- name: Init
run: |
apt-get update
apt-get install -qq make
apt-get install -qq pandoc
pip install -q -U pip
pip install -q -U nbsphinx
pip install -q -U sphinx_rtd_theme
- name: Build
run: |
pip install .
- name: Doc
run: |
cd doc
make html