File tree Expand file tree Collapse file tree 3 files changed +10
-7
lines changed Expand file tree Collapse file tree 3 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -30,12 +30,13 @@ Here is a ready-made BibTex entry:
30
30
31
31
## Contributors
32
32
33
- - Adrien Peyrache
34
- - Dan Levenstein
35
- - Sofia Skromne Carrasco
36
- - Davide Spalla
37
- - Luigi Petrucco
38
- - ... [ and many more!] ( https://github.com/pynapple-org/pynapple/graphs/contributors )
33
+ ``` {eval-rst}
34
+ .. contributors:: pynapple-org/pynapple
35
+ :contributions:
36
+ :avatars:
37
+ :limit: 99
38
+ :order: DESC
39
+ ```
39
40
40
41
## Special Credits
41
42
Original file line number Diff line number Diff line change 41
41
'sphinx_copybutton' , # Adds copy button to code blocks
42
42
'sphinx_design' , # For layout components
43
43
'myst_nb' ,
44
+ 'sphinx_contributors'
44
45
# 'sphinxcontrib.apidoc'
45
46
# 'sphinx_gallery.gen_gallery',
46
47
# 'myst_sphinx_gallery',
Original file line number Diff line number Diff line change @@ -71,7 +71,8 @@ doc = [
71
71
" myst-parser" ,
72
72
" myst-nb" ,
73
73
" dandi" ,
74
- " sphinx-autobuild"
74
+ " sphinx-autobuild" ,
75
+ " sphinx-contributors"
75
76
# "sphinx-exec-code"
76
77
]
77
78
docs = [
You can’t perform that action at this time.
0 commit comments