Skip to content

Commit 77a92f6

Browse files
committed
Update
1 parent d42c6ca commit 77a92f6

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

doc/citing.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,13 @@ Here is a ready-made BibTex entry:
3030

3131
## Contributors
3232

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+
```
3940

4041
## Special Credits
4142

doc/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
'sphinx_copybutton', # Adds copy button to code blocks
4242
'sphinx_design', # For layout components
4343
'myst_nb',
44+
'sphinx_contributors'
4445
# 'sphinxcontrib.apidoc'
4546
# 'sphinx_gallery.gen_gallery',
4647
# 'myst_sphinx_gallery',

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ doc = [
7171
"myst-parser",
7272
"myst-nb",
7373
"dandi",
74-
"sphinx-autobuild"
74+
"sphinx-autobuild",
75+
"sphinx-contributors"
7576
# "sphinx-exec-code"
7677
]
7778
docs = [

0 commit comments

Comments
 (0)