From e378f9d0ae8f3fd98384c8df9820494ab73e0ef1 Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Thu, 26 Nov 2020 09:11:58 +0100 Subject: [PATCH] Fix duplicate target warnings of Sphinx for external links Apparently Sphinx doesn't like that we use the same name multiple times, though the link pointed to different URLs. https://github.com/sphinx-doc/sphinx/issues/3921#issuecomment-315581557 suggests using `__` for "anonymous references". This will remove some of the github action comments that show for every PR. Signed-off-by: Christoph Wurst --- .../app_publishing_maintenance/upgrade-guide.rst | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/developer_manual/app_publishing_maintenance/upgrade-guide.rst b/developer_manual/app_publishing_maintenance/upgrade-guide.rst index 41a935540..0e4076af1 100644 --- a/developer_manual/app_publishing_maintenance/upgrade-guide.rst +++ b/developer_manual/app_publishing_maintenance/upgrade-guide.rst @@ -9,7 +9,7 @@ This document will cover the most important changes in Nextcloud, as well as som Upgrading to Nextcloud 20 ------------------------- -.. note:: Critical changes were collected `on Github `_. See the original ticket for links to the pull requests and tickets. +.. note:: Critical changes were collected `on Github `__. See the original ticket for links to the pull requests and tickets. Front-end changes ^^^^^^^^^^^^^^^^^ @@ -234,7 +234,7 @@ Removed from public namespace Upgrading to Nextcloud 19 ------------------------- -.. note:: Critical changes were collected `on Github `_. See the original ticket for links to the pull requests and tickets. +.. note:: Critical changes were collected `on Github `__. See the original ticket for links to the pull requests and tickets. Front-end changes ^^^^^^^^^^^^^^^^^ @@ -280,7 +280,7 @@ Back-end changes Symfony update ************** -Symfony was updated to `v4.4 `_. The most important change for apps is to return an int value from CLI commands. Returning null (explicitly or implicitly) won't be allowed in future versions of Symfony. +Symfony was updated to `v4.4 `__. The most important change for apps is to return an int value from CLI commands. Returning null (explicitly or implicitly) won't be allowed in future versions of Symfony. Deprecation of injection of named services ****************************************** @@ -325,7 +325,7 @@ Changed APIs Upgrading to Nextcloud 18 ------------------------- -.. note:: Critical changes were collected `on Github `_. See the original ticket for links to the pull requests and tickets. +.. note:: Critical changes were collected `on Github `__. See the original ticket for links to the pull requests and tickets. Front-end changes ^^^^^^^^^^^^^^^^^ @@ -378,7 +378,7 @@ Behavioral changes Upgrading to Nextcloud 17 ------------------------- -.. note:: Critical changes were collected `on Github `_. See the original ticket for links to the pull requests and tickets. +.. note:: Critical changes were collected `on Github `__. See the original ticket for links to the pull requests and tickets. Front-end changes ^^^^^^^^^^^^^^^^^ @@ -440,7 +440,7 @@ Behavioral changes Upgrading to Nextcloud 16 ------------------------- -.. note:: Critical changes were collected `on Github `_. See the original ticket for links to the pull requests and tickets. +.. note:: Critical changes were collected `on Github `__. See the original ticket for links to the pull requests and tickets. Front-end changes ^^^^^^^^^^^^^^^^^ @@ -490,7 +490,7 @@ Removed APIs Upgrading to Nextcloud 15 ------------------------- -.. note:: Critical changes were collected `on Github `_. See the original ticket for links to the pull requests and tickets. +.. note:: Critical changes were collected `on Github `__. See the original ticket for links to the pull requests and tickets. Front-end changes ^^^^^^^^^^^^^^^^^ @@ -533,7 +533,7 @@ Removed APIs Upgrading to Nextcloud 14 ------------------------- -.. note:: Critical changes were collected `on Github `_. See the original ticket for links to the pull requests and tickets. +.. note:: Critical changes were collected `on Github `__. See the original ticket for links to the pull requests and tickets. General ^^^^^^^