diff --git a/docs/_static/custom.css b/docs/_static/custom.css index 06dec25cf..d4169de3f 100644 --- a/docs/_static/custom.css +++ b/docs/_static/custom.css @@ -41,3 +41,11 @@ div.admonition.admonition-youtube > .admonition-title { color: white; } /* end-custom-youtube */ + +/* fix for project names that are parsed as links: the whole card is a link so + * don't format the project name itself like a text link + */ +div.downstream-project-links a { + text-decoration: none !important; + color: inherit !important; +} diff --git a/docs/examples/gallery.md b/docs/examples/gallery.md index 039efdc64..e344ee969 100644 --- a/docs/examples/gallery.md +++ b/docs/examples/gallery.md @@ -21,6 +21,7 @@ Thanks for your support! ```{gallery-grid} :grid-columns: "1 2 3 4" +:class-card: "downstream-project-links" - title: Binder link: https://mybinder.readthedocs.io/en/latest/index.html @@ -34,6 +35,8 @@ Thanks for your support! link: https://fairlearn.org/main/about/ - title: Feature-engine link: https://feature-engine.readthedocs.io/ +- title: idtracker.ai + link: https://idtracker.ai/ - title: MegEngine link: https://www.megengine.org.cn/doc/stable/en/index.html - title: PyVista