File tree 2 files changed +9
-6
lines changed
2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 8
8
# -- Project information -----------------------------------------------------
9
9
10
10
project = "PyData Theme"
11
- copyright = "2019 , PyData Community"
11
+ copyright = "2023 , PyData Community"
12
12
author = "PyData Community"
13
13
14
14
import pydata_sphinx_theme
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ classifiers = [
43
43
]
44
44
45
45
[project .optional-dependencies ]
46
- doc = [
46
+ doc_base = [
47
47
" numpydoc" ,
48
48
" myst-nb" ,
49
49
" linkify-it-py" , # for link shortening
@@ -61,22 +61,25 @@ doc = [
61
61
" numpy" ,
62
62
" xarray" ,
63
63
" sphinx-copybutton" ,
64
- " sphinx-design" ,
65
64
" sphinx-togglebutton" ,
65
+ " ipyleaflet" ,
66
+ ]
67
+ doc = [
68
+ " sphinx-design" ,
66
69
# Install nbsphinx in case we want to test it locally even though we can't load
67
70
# it at the same time as MyST-NB.
68
71
" nbsphinx" ,
69
- " ipyleaflet " ,
72
+ " pydata-sphinx-theme[doc_base] "
70
73
]
71
74
test = [
72
75
" pytest" ,
73
- " pydata-sphinx-theme[doc ]" ,
76
+ " pydata-sphinx-theme[doc_base ]" ,
74
77
]
75
78
coverage = [
76
79
" pytest-cov" ,
77
80
" codecov" ,
78
81
" colorama" ,
79
- " pydata-sphinx-theme[test ]" ,
82
+ " pydata-sphinx-theme[doc ]" ,
80
83
]
81
84
dev = [
82
85
" pyyaml" ,
You can’t perform that action at this time.
0 commit comments