File tree 3 files changed +6
-9
lines changed
3 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 75
75
- " 3.12"
76
76
- " 3.13"
77
77
sphinx-version :
78
- - " >=5,<6"
79
- - " >=6a0,<7"
78
+ - " >=6,<7"
80
79
- " >=7,<8"
81
80
- " >=8,<9"
82
81
os :
94
93
os : " macos-latest"
95
94
- python-version : " pypy3.9"
96
95
sphinx-version : " >=8,<9"
97
- - python-version : " 3.13"
98
- sphinx-version : " >=5,<6"
99
96
steps :
100
97
- uses : actions/checkout@v4
101
98
- name : Set up Python ${{ matrix.python-version }}
Original file line number Diff line number Diff line change 1
- myst-parser == 0.18.1
2
- furo == 2022.9.29
3
- sphinx == 5.2.3
1
+ myst-parser >= 4
2
+ furo >= 2024
3
+ sphinx ~= 8.1.0
4
4
sphinx-design
5
5
./
6
- matplotlib
6
+ matplotlib
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ classifiers = [
38
38
" Topic :: Utilities" ,
39
39
]
40
40
dependencies = [
41
- " Sphinx>=5 .0" ,
41
+ " Sphinx>=6 .0" ,
42
42
]
43
43
dynamic = [" version" ]
44
44
You can’t perform that action at this time.
0 commit comments