Skip to content

Commit b1445d4

Browse files
committed
chore: add Sphinx build dependencies file
1 parent 3eb9262 commit b1445d4

2 files changed

Lines changed: 15 additions & 0 deletions

File tree

.github/workflows/docs.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
name: Docs
33
on:
44
workflow_dispatch:
5+
inputs:
6+
deploy-gh-pages:
7+
description: Deploy to GH Pages
8+
required: true
9+
type: boolean
10+
default: false
511
pull_request:
612
paths:
713
- docs/**.rst

docs/requirements.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
sphinx>=6.1.0
2+
furo>=2022.12.7
3+
ipykernel>=6.9.1
4+
nbconvert==6.4.4
5+
nbformat==5.3.0
6+
numpy
7+
matplotlib
8+
numpydoc>=1.5.0
9+
sphinx-copybutton>=0.5.0

0 commit comments

Comments
 (0)