From 77a92f62ccd38cb2eb869775ffac7bc3d2cb83d1 Mon Sep 17 00:00:00 2001 From: gviejo Date: Thu, 31 Oct 2024 19:17:24 -0400 Subject: [PATCH] Update --- doc/citing.md | 13 +++++++------ doc/conf.py | 1 + pyproject.toml | 3 ++- 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/doc/citing.md b/doc/citing.md index cd5c1a64..31a091ca 100644 --- a/doc/citing.md +++ b/doc/citing.md @@ -30,12 +30,13 @@ Here is a ready-made BibTex entry: ## Contributors -- Adrien Peyrache -- Dan Levenstein -- Sofia Skromne Carrasco -- Davide Spalla -- Luigi Petrucco -- ... [and many more!](https://github.com/pynapple-org/pynapple/graphs/contributors) +```{eval-rst} +.. contributors:: pynapple-org/pynapple + :contributions: + :avatars: + :limit: 99 + :order: DESC +``` ## Special Credits diff --git a/doc/conf.py b/doc/conf.py index 24adf0f8..8592308c 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -41,6 +41,7 @@ 'sphinx_copybutton', # Adds copy button to code blocks 'sphinx_design', # For layout components 'myst_nb', + 'sphinx_contributors' # 'sphinxcontrib.apidoc' # 'sphinx_gallery.gen_gallery', # 'myst_sphinx_gallery', diff --git a/pyproject.toml b/pyproject.toml index 0d4517ee..00e0a8f0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,7 +71,8 @@ doc = [ "myst-parser", "myst-nb", "dandi", - "sphinx-autobuild" + "sphinx-autobuild", + "sphinx-contributors" # "sphinx-exec-code" ] docs = [