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: 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"], }, )