From 753250209cacdcfa124823768d9c184d5c98c988 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jun 2023 23:56:56 +0000 Subject: [PATCH 1/2] Bump sphinx-rtd-theme from 1.2.1 to 1.2.2 Bumps [sphinx-rtd-theme](https://github.com/readthedocs/sphinx_rtd_theme) from 1.2.1 to 1.2.2. - [Changelog](https://github.com/readthedocs/sphinx_rtd_theme/blob/master/docs/changelog.rst) - [Commits](https://github.com/readthedocs/sphinx_rtd_theme/compare/1.2.1...1.2.2) --- updated-dependencies: - dependency-name: sphinx-rtd-theme dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9fd0c36d..7a570411 100644 --- a/setup.py +++ b/setup.py @@ -65,6 +65,6 @@ "aioresponses==0.7.4", "black==23.3.0", ], - "docs": ["sphinx >= 1.4", "sphinx_rtd_theme==1.2.1"], + "docs": ["sphinx >= 1.4", "sphinx_rtd_theme==1.2.2"], }, ) From 0b375eff330cd6146f006cc1b145d3c2c254d622 Mon Sep 17 00:00:00 2001 From: Stefan Negru Date: Tue, 13 Jun 2023 08:29:05 +0300 Subject: [PATCH 2/2] new handovers url --- docs/optionals.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/optionals.rst b/docs/optionals.rst index d498123d..011d407e 100644 --- a/docs/optionals.rst +++ b/docs/optionals.rst @@ -10,7 +10,7 @@ Handover Protocol The handover protocol is a feature comparable to `HATEOAS and HAL `_. It can be used to convey extra information regarding the Beacon service, or the dataset response. -More information about the handover protocol can be read from the `Beacon Project page `_ and +More information about the handover protocol can be read from the `Beacon Project page `_ and Beacon Specification's `handover issue `_ at Github. The handover protocol can be configured in ``config.ini`` as follows: