diff --git a/.requirements.txt b/.requirements.txt index eeb24e5e..65e0c4fb 100644 --- a/.requirements.txt +++ b/.requirements.txt @@ -3,4 +3,5 @@ python-jsonschema-objects>=0.3,<=0.3.10 jsonschema==3.2.0 ipython pyyaml -ga4gh.gks.metaschema>=0.1.1 \ No newline at end of file +ga4gh.gks.metaschema>=0.1.1 +sphinx ~= 3.5 \ No newline at end of file diff --git a/docs/source/impl-guide/computed_identifiers.rst b/docs/source/impl-guide/computed_identifiers.rst index 2fb8662b..3e93b2a1 100644 --- a/docs/source/impl-guide/computed_identifiers.rst +++ b/docs/source/impl-guide/computed_identifiers.rst @@ -193,7 +193,7 @@ Truncated Digest (sha512t24u) The sha512t24u truncated digest algorithm [Hart2020]_ computes an ASCII digest from binary data. The method uses two well-established standard algorithms, the `SHA-512`_ hash function, which generates a binary -digest from binary data, and `Base64`_ URL encoding, which encodes +digest from binary data, and a URL-safe variant of `Base64`_ encoding, which encodes binary data using printable characters. Computing the sha512t24u truncated digest for binary data consists of diff --git a/docs/source/requirements.txt b/docs/source/requirements.txt index ea95d523..01d3cb96 100644 --- a/docs/source/requirements.txt +++ b/docs/source/requirements.txt @@ -1 +1,2 @@ -sphinx ~= 3.5 \ No newline at end of file +sphinx ~= 3.5 +jinja2 == 3.0.3 \ No newline at end of file