Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Bump sphinx-rtd-theme from 1.2.1 to 1.2.2 #419

Merged
merged 2 commits into from
Jun 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/optionals.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Handover Protocol

The handover protocol is a feature comparable to `HATEOAS and HAL <https://restfulapi.net/hateoas/>`_. 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 <http://docs.genomebeacons.org/beacon-flavours/#ho-beacon-handovers-for-data-delivery>`_ and
More information about the handover protocol can be read from the `Beacon Project page <http://docs.genomebeacons.org/handovers/>`_ and
Beacon Specification's `handover issue <https://github.com/ga4gh-beacon/specification/issues/114>`_ at Github.

The handover protocol can be configured in ``config.ini`` as follows:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
},
)