Skip to content

Commit 7dd8100

Browse files
committed
DOC: Enable Sphinx-Gallery example recommender
1 parent 4dd1b30 commit 7dd8100

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

doc/changes/dev/13867.other.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Enable the Sphinx-Gallery example recommender so each gallery page links to the most similar examples, by :newcontrib:`Kidus Abebe`.

doc/changes/names.inc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@
177177
.. _Katia Al-Amir: https://github.com/katia-sentry
178178
.. _Kay Robbins: https://github.com/VisLab
179179
.. _Keith Doelling: https://github.com/kdoelling1919
180+
.. _Kidus Abebe: https://github.com/kidusabe1
180181
.. _Konstantinos Tsilimparis: https://contsili.github.io/
181182
.. _Kostiantyn Maksymenko: https://github.com/makkostya
182183
.. _Kristijan Armeni: https://github.com/kristijanarmeni

doc/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -569,6 +569,7 @@
569569
),
570570
"copyfile_regex": r".*index\.rst", # allow custom index.rst files
571571
"parallel": sphinx_gallery_parallel,
572+
"recommender": {"enable": True},
572573
}
573574
assert is_serializable(sphinx_gallery_conf)
574575
# Files were renamed from plot_* with:

0 commit comments

Comments
 (0)