File tree Expand file tree Collapse file tree 4 files changed +5
-7
lines changed Expand file tree Collapse file tree 4 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: 2
2
2
jobs :
3
3
build_docs :
4
4
docker :
5
- - image : " cimg/python:3.10 "
5
+ - image : " cimg/python:3.11 "
6
6
steps :
7
7
- checkout
8
8
- run :
Original file line number Diff line number Diff line change 65
65
run : |
66
66
sudo apt-get update
67
67
sudo apt install texlive texlive-latex-extra latexmk dvipng
68
- pip install "sphinx<6"
69
68
70
69
- name : Build documentation
71
70
run : |
@@ -117,7 +116,6 @@ jobs:
117
116
run : |
118
117
sudo apt-get update
119
118
sudo apt install texlive texlive-latex-extra latexmk dvipng
120
- pip install "sphinx<6"
121
119
122
120
- name : Build documentation
123
121
run : |
Original file line number Diff line number Diff line change @@ -50,8 +50,8 @@ developer = [
50
50
doc = [
51
51
' numpy>=1.22' ,
52
52
' matplotlib>=3.5' ,
53
- ' pydata-sphinx-theme>=0.13' ,
54
- ' sphinx>=6 ' ,
53
+ ' pydata-sphinx-theme>=0.13.3 ' ,
54
+ ' sphinx>=7 ' ,
55
55
]
56
56
test = [
57
57
' pytest' ,
Original file line number Diff line number Diff line change 2
2
# Do not edit this file; modify pyproject.toml instead.
3
3
numpy>=1.22
4
4
matplotlib>=3.5
5
- pydata-sphinx-theme>=0.13
6
- sphinx>=6
5
+ pydata-sphinx-theme>=0.13.3
6
+ sphinx>=7
You can’t perform that action at this time.
0 commit comments