Skip to content

Commit c1a832f

Browse files
committed
DOC: fix docs build
1 parent f933b97 commit c1a832f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Install mpl-gui
2020
run: python -m pip install -v .
2121
- name: Build
22-
run: make -Cdocs html
22+
run: make -Cdocs singlehtml
2323
- name: Publish
2424
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
2525
uses: peaceiris/actions-gh-pages@v3

requirements-doc.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)