You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by tv...@apache.org on 2022/07/06 02:43:44 UTC

[buildstream] 01/01: doc/source/install_linux_distro.rst: Fix docs build

This is an automated email from the ASF dual-hosted git repository.

tvb pushed a commit to branch tristan/fix-docs
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit 9f1fcb062303598293c7a5ab36dadc2692c856c1
Author: Tristan van Berkom <tr...@codethink.co.uk>
AuthorDate: Wed Jul 6 11:40:55 2022 +0900

    doc/source/install_linux_distro.rst: Fix docs build
    
    A duplicate link reference "here" was added in a recent commit, in order
    to build the docs we need to use anonymous references (double trailing
    underscore instead of single for an external link).
    
    See: https://github.com/sphinx-doc/sphinx/issues/3921#issuecomment-315581557
---
 doc/source/install_linux_distro.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/source/install_linux_distro.rst b/doc/source/install_linux_distro.rst
index 8f1804dd0..f245f77bd 100644
--- a/doc/source/install_linux_distro.rst
+++ b/doc/source/install_linux_distro.rst
@@ -82,7 +82,7 @@ Debian
 Stretch
 ^^^^^^^
 With stretch, you first need to ensure that you have the backports repository
-setup as described `here <https://backports.debian.org/Instructions/>`_
+setup as described `here <https://backports.debian.org/Instructions/>`__
 
 By adding the following line to your sources.list::
 
@@ -145,7 +145,7 @@ command is in your ``PATH`` and to enable bash completions for it.
    If you want a full installation that is not linked to your
    git checkout, just omit the ``-e`` option from the above commands.
 
-   You can view available version tags `here <https://github.com/apache/buildstream/tags>`_
+   You can view available version tags `here <https://github.com/apache/buildstream/tags>`__
    for example to install version 1.6.6 ``git checkout 1.6.6``