Single badge (to prove a point)

This commit is contained in:
Adam J. Stewart 2024-07-13 13:34:25 +02:00
Родитель 5d83a773ca
Коммит e9d781fdff
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: C66C0675661156FC
1 изменённых файлов: 0 добавлений и 11 удалений

Просмотреть файл

@ -146,17 +146,6 @@ nbsphinx_prolog = """
:class: colabbadge
:alt: Open in Colab
:target: {{ host }}/github/{{ repo }}/blob/{{ branch }}/{{ path }}
{% set host = "https://lightning.ai/new" %}
{% set badge = "https://pl-bolts-doc-images.s3.us-east-2.amazonaws.com" %}
{% set badge = badge ~ "/app-2/studio-badge.svg" %}
{% set repo_url = "https://github.com/" ~ repo ~ "/blob/" ~ branch ~ "/" ~ path %}
{% set repo_url = repo_url | replace(":", "%3A") | replace("/", "%2F") %}
.. image:: {{ badge }}
:class: colabbadge
:alt: Open in Studio
:target: {{ host }}?repo_url={{ repo_url }}
"""
# Disables requirejs in nbsphinx to enable compatibility with the pytorch_sphinx_theme