Skip to content

Commit e298042

Browse files
committed
dep on sunpy theme
1 parent 30e2cc7 commit e298042

File tree

1 file changed

+20
-17
lines changed

1 file changed

+20
-17
lines changed

pyproject.toml

Lines changed: 20 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,18 @@ classifiers = [
2020
]
2121
urls = {Homepage = "https://github.com/astropy/astropy-sphinx-theme"}
2222
requires-python = ">=3.11"
23-
dependencies = ["sphinx>6"]
23+
dependencies = [
24+
"sphinx>6",
25+
"sunpy-sphinx-theme",
26+
]
2427

2528
[project.optional-dependencies]
2629
test = [
27-
"packaging",
28-
"pytest>=9",
30+
"packaging",
31+
"pytest>=9",
2932
]
3033
docs = [
31-
"sphinx",
34+
"sphinx",
3235
]
3336

3437
[project.entry-points."sphinx.html_themes"]
@@ -49,21 +52,21 @@ line-length = 100
4952

5053
[tool.ruff.lint]
5154
select = [
52-
"E",
53-
"F",
54-
"I",
55-
"B",
56-
"UP",
55+
"E",
56+
"F",
57+
"I",
58+
"B",
59+
"UP",
5760
]
5861

5962
[tool.repo-review]
6063
ignore = [
61-
"MY", # No typing
62-
"PC140", # No typing
63-
"PY007", # No tox
64-
"PY005", # I will put my test folder where I like, thank you.
65-
"PP", # using new pytest config
66-
"PC111", # I shall have not-black docs
67-
# TODO: Add docs
68-
"RTD",
64+
"MY", # No typing
65+
"PC140", # No typing
66+
"PY007", # No tox
67+
"PY005", # I will put my test folder where I like, thank you.
68+
"PP", # using new pytest config
69+
"PC111", # I shall have not-black docs
70+
# TODO: Add docs
71+
"RTD",
6972
]

0 commit comments

Comments
 (0)