File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ jobs:
111
111
python-build
112
112
myst-nb
113
113
panel
114
- sphinx
114
+ sphinx>=6.2
115
115
sphinx-autodoc-typehints
116
116
sphinx-copybutton
117
117
sphinx-design
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ dependencies:
26
26
# Dev dependencies (building documentation)
27
27
- myst-nb
28
28
- panel
29
- - sphinx
29
+ - sphinx>=6.2
30
30
- sphinx-autodoc-typehints
31
31
- sphinx-copybutton
32
32
- sphinx-design
Original file line number Diff line number Diff line change 171
171
]
172
172
173
173
source_suffix = ".rst"
174
- needs_sphinx = "1.8 "
174
+ needs_sphinx = "6.2 "
175
175
# Encoding of source files
176
176
source_encoding = "utf-8-sig"
177
177
root_doc = "index"
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ dependencies:
37
37
# Dev dependencies (building documentation)
38
38
- myst-nb
39
39
- panel
40
- - sphinx
40
+ - sphinx>=6.2
41
41
- sphinx-autodoc-typehints
42
42
- sphinx-copybutton
43
43
- sphinx-design
You can’t perform that action at this time.
0 commit comments