File tree Expand file tree Collapse file tree 1 file changed +20
-17
lines changed
Expand file tree Collapse file tree 1 file changed +20
-17
lines changed Original file line number Diff line number Diff line change @@ -20,15 +20,18 @@ classifiers = [
2020]
2121urls = {Homepage = " https://github.com/astropy/astropy-sphinx-theme" }
2222requires-python = " >=3.11"
23- dependencies = [" sphinx>6" ]
23+ dependencies = [
24+ " sphinx>6" ,
25+ " sunpy-sphinx-theme" ,
26+ ]
2427
2528[project .optional-dependencies ]
2629test = [
27- " packaging" ,
28- " pytest>=9" ,
30+ " packaging" ,
31+ " pytest>=9" ,
2932]
3033docs = [
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 ]
5154select = [
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 ]
6063ignore = [
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]
You can’t perform that action at this time.
0 commit comments