Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 894d5d7

Browse files
committed
More extras -> groups migrations for docs
1 parent 39e2f76 commit 894d5d7

3 files changed

Lines changed: 4 additions & 8 deletions

File tree

.readthedocs.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,8 @@ formats:
2323

2424
python:
2525
install:
26-
- method: pip
27-
extra_requirements:
28-
- all
26+
- method: uv
27+
groups:
2928
- docs
3029
- docs-gallery
3130
path: .

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,6 @@ docs = [
146146
"sphinx-autodoc-typehints",
147147
]
148148
docs-gallery = [
149-
{include-group = "docs"},
150149
"astroquery>=0.4.6",
151150
"jplephem>=2.19",
152151
"pillow",

tox.ini

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,7 @@ commands =
108108
[testenv:build_docs{,-gallery}]
109109
changedir = docs
110110
description = Invoke sphinx-build to build the HTML docs
111-
extras =
112-
all
111+
dependency_groups =
113112
docs
114113
gallery: docs-gallery
115114
commands =
@@ -130,8 +129,7 @@ commands =
130129
[testenv:linkcheck]
131130
changedir = docs
132131
description = Invoke sphinx-build to check the URLS within the docs
133-
extras =
134-
all
132+
dependency_groups =
135133
docs
136134
commands =
137135
pip freeze --all --no-input

0 commit comments

Comments
 (0)