We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3eb9262 commit b1445d4Copy full SHA for b1445d4
2 files changed
.github/workflows/docs.yaml
@@ -2,6 +2,12 @@
2
name: Docs
3
on:
4
workflow_dispatch:
5
+ inputs:
6
+ deploy-gh-pages:
7
+ description: Deploy to GH Pages
8
+ required: true
9
+ type: boolean
10
+ default: false
11
pull_request:
12
paths:
13
- docs/**.rst
docs/requirements.txt
@@ -0,0 +1,9 @@
1
+sphinx>=6.1.0
+furo>=2022.12.7
+ipykernel>=6.9.1
+nbconvert==6.4.4
+nbformat==5.3.0
+numpy
+matplotlib
+numpydoc>=1.5.0
+sphinx-copybutton>=0.5.0
0 commit comments