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:43 UTC

[buildstream] branch tristan/fix-docs created (now 9f1fcb062)

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

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


      at 9f1fcb062 doc/source/install_linux_distro.rst: Fix docs build

This branch includes the following new commits:

     new 9f1fcb062 doc/source/install_linux_distro.rst: Fix docs build

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by tv...@apache.org.
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``