File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ jobs:
111111 python-build
112112 myst-nb
113113 panel
114- sphinx
114+ sphinx>=6.2
115115 sphinx-autodoc-typehints
116116 sphinx-copybutton
117117 sphinx-design
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ dependencies:
2626 # Dev dependencies (building documentation)
2727 - myst-nb
2828 - panel
29- - sphinx
29+ - sphinx>=6.2
3030 - sphinx-autodoc-typehints
3131 - sphinx-copybutton
3232 - sphinx-design
Original file line number Diff line number Diff line change 171171]
172172
173173source_suffix = ".rst"
174- needs_sphinx = "1.8 "
174+ needs_sphinx = "6.2 "
175175# Encoding of source files
176176source_encoding = "utf-8-sig"
177177root_doc = "index"
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ dependencies:
3737 # Dev dependencies (building documentation)
3838 - myst-nb
3939 - panel
40- - sphinx
40+ - sphinx>=6.2
4141 - sphinx-autodoc-typehints
4242 - sphinx-copybutton
4343 - sphinx-design
You can’t perform that action at this time.
0 commit comments