From fcd7279dbd339f9400508ca9f554c4a2952f93ee Mon Sep 17 00:00:00 2001 From: Caleb Robinson Date: Fri, 24 Sep 2021 23:39:42 -0700 Subject: [PATCH] Making the Colab badge actually work --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index cf8f52aae..b94de642d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -119,5 +119,5 @@ nbsphinx_prolog = """ .. image:: {{ colab }}/assets/colab-badge.svg :class: colabbadge :alt: Open in Colab - :target: {{ colab }}/github/{{ repo }}/blob/{{ branch }}/docs/{{ env.docname }} + :target: {{ colab }}/github/{{ repo }}/blob/{{ branch }}/docs/{{ env.docname }}.ipynb """