Skip to content

Commit f4c5af6

Browse files
CI: Add sphinx/nbsphinx to doc dependencies
1 parent c6fc91a commit f4c5af6

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

.github/workflows/docs.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: Docbuild
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
pull_request:
88
branches:
9-
- master
9+
- main
1010

1111
jobs:
1212
Docs:
@@ -22,7 +22,8 @@ jobs:
2222
sudo apt-get update -y
2323
sudo apt-get install pandoc
2424
pip install -r examples/requirements.txt
25+
pip install sphinx nbsphinx
2526
- name: Build docs
2627
run: |
2728
cd docs
28-
sphinx-build -W docs/source docs/build
29+
sphinx-build -W docs/source docs/build

.github/workflows/pysindy.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,6 @@
55
# dependencies and delete this file. You may still make changes to the
66
# experiment afterwards.
77
name: pysindy-commit
8-
9-
# Ideally, this workflow would be triggered from each change to pysindy
10-
# But not sure how to do that yet, so just run it every other week
11-
# on: workflow_dispatch
12-
138
on:
149
# Requires adding a Personal Access Token as a secret to pysindy in order
1510
# in order to trigger CI

0 commit comments

Comments
 (0)