File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
1
name : numpydoc tests
2
2
3
+ concurrency :
4
+ group : ${{ github.workflow }}-${{ github.event.number }}-${{ github.event.ref }}
5
+ cancel-in-progress : true
6
+
3
7
on :
4
8
push :
5
9
branches : [main]
55
59
run : |
56
60
sudo apt-get update
57
61
sudo apt install texlive texlive-latex-extra latexmk dvipng
62
+ pip install "sphinx<6"
58
63
59
64
- name : Build documentation
60
65
run : |
@@ -106,6 +111,7 @@ jobs:
106
111
run : |
107
112
sudo apt-get update
108
113
sudo apt install texlive texlive-latex-extra latexmk dvipng
114
+ pip install "sphinx<6"
109
115
110
116
- name : Build documentation
111
117
run : |
Original file line number Diff line number Diff line change 1
1
numpy>=1.21
2
2
matplotlib>=3.5
3
3
pydata-sphinx-theme>=0.11
4
- sphinx>=5.2
4
+ # TODO: Remove <6 here and in actions when pydata-sphinx-theme handles sphinx 6
5
+ sphinx>=5.2,<6
You can’t perform that action at this time.
0 commit comments