HTML didn't help, change back to rST

This commit is contained in:
Adam J. Stewart 2021-09-03 11:21:31 -05:00
Родитель a01690a5bb
Коммит 3b6d8f0e24
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: C66C0675661156FC
1 изменённых файлов: 5 добавлений и 4 удалений

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

@ -104,14 +104,15 @@ intersphinx_mapping = {
# nbsphinx
nbsphinx_execute = "never"
# TODO: branch/tag should change depending on which version of docs you look at
# TODO: rst image:: :width: is broken, use pure HTML instead, see:
# TODO: width option of image directive is broken, see:
# https://github.com/pytorch/pytorch_sphinx_theme/issues/140
nbsphinx_prolog = """
{% set colab = "https://colab.research.google.com" %}
{% set repo = "microsoft/torchgeo" %}
{% set branch = "main" %}
<a href="{{ colab }}/github/{{ repo }}/blob/{{ branch }}/docs/{{ env.docname }}">
<img src="{{ colab }}/assets/colab-badge.svg" alt="Open in Colab" width="200">
</a>
.. image:: {{ colab }}/assets/colab-badge.svg
:alt: Open in Colab
:target: {{ colab }}/github/{{ repo }}/blob/{{ branch }}/docs/{{ env.docname }}
:width: 200
"""