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 f933b97 commit c1a832fCopy full SHA for c1a832f
.github/workflows/docs.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Install mpl-gui
20
run: python -m pip install -v .
21
- name: Build
22
- run: make -Cdocs html
+ run: make -Cdocs singlehtml
23
- name: Publish
24
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
25
uses: peaceiris/actions-gh-pages@v3
requirements-doc.txt
@@ -0,0 +1,7 @@
1
+# List required packages in this file, one per line.
2
+matplotlib
3
+mpl-sphinx-theme
4
+numpydoc
5
+sphinx
6
+sphinx-copybutton
7
+ipython
0 commit comments