diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 77a05b30..20790a0a 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -13,6 +13,7 @@ python: path: "." extra_requirements: - "docs" + - "crypto" sphinx: configuration: "docs/conf.py" diff --git a/CHANGELOG.rst b/CHANGELOG.rst index d35ee036..86425047 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -23,6 +23,7 @@ Added - Support Python 3.14, and test against PyPy 3.10 and 3.11 by @kurtmckee in `#1104 `__ - Docs: Standardize CHANGELOG links to PRs by @kurtmckee in `#1110 `__ +- Docs: Fix Read the Docs builds by @kurtmckee in `#1111 `__ - Docs: Add example of using leeway with nbf by @djw8605 in `#1034 `__ - Docs: Refactored docs with ``autodoc``; added ``PyJWS`` and ``jwt.algorithms`` docs by @pachewise in `#1045 `__ - Docs: Documentation improvements for "sub" and "jti" claims by @cleder in `#1088 `__