Skip to content

Commit

Permalink
Create sphinx.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NP authored Mar 21, 2024
1 parent adb2fb3 commit e7207ca
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Build docs

on:
push:
branches: [ main ]

jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Installing package and dependencies
run: |
python -m pip install --upgrade pip
pip install .
pip install sphinx
- name: Building HTML docs
run: make -C docs html

0 comments on commit e7207ca

Please sign in to comment.