File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,9 +23,8 @@ formats:
2323
2424python :
2525 install :
26- - method : pip
27- extra_requirements :
28- - all
26+ - method : uv
27+ groups :
2928 - docs
3029 - docs-gallery
3130 path : .
Original file line number Diff line number Diff line change @@ -146,7 +146,6 @@ docs = [
146146 " sphinx-autodoc-typehints" ,
147147]
148148docs-gallery = [
149- {include-group = " docs" },
150149 " astroquery>=0.4.6" ,
151150 " jplephem>=2.19" ,
152151 " pillow" ,
Original file line number Diff line number Diff line change @@ -108,8 +108,7 @@ commands =
108108[testenv:build_docs{,-gallery}]
109109changedir = docs
110110description = Invoke sphinx-build to build the HTML docs
111- extras =
112- all
111+ dependency_groups =
113112 docs
114113 gallery: docs-gallery
115114commands =
@@ -130,8 +129,7 @@ commands =
130129[testenv:linkcheck]
131130changedir = docs
132131description = Invoke sphinx-build to check the URLS within the docs
133- extras =
134- all
132+ dependency_groups =
135133 docs
136134commands =
137135 pip freeze --all --no-input
You can’t perform that action at this time.
0 commit comments