File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 11name : numpydoc tests
22
3+ concurrency :
4+ group : ${{ github.workflow }}-${{ github.event.number }}-${{ github.event.ref }}
5+ cancel-in-progress : true
6+
37on :
48 push :
59 branches : [main]
5559 run : |
5660 sudo apt-get update
5761 sudo apt install texlive texlive-latex-extra latexmk dvipng
62+ pip install "sphinx<6"
5863
5964 - name : Build documentation
6065 run : |
@@ -106,6 +111,7 @@ jobs:
106111 run : |
107112 sudo apt-get update
108113 sudo apt install texlive texlive-latex-extra latexmk dvipng
114+ pip install "sphinx<6"
109115
110116 - name : Build documentation
111117 run : |
Original file line number Diff line number Diff line change 11numpy>=1.21
22matplotlib>=3.5
33pydata-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