diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index e134b85f..a9b6a850 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -1,4 +1,4 @@ -.. Created by changelog.py at 2023-08-11, command +.. Created by changelog.py at 2023-08-14, command '/Users/giffler/.cache/pre-commit/repor6pnmwlm/py_env-python3.10/bin/changelog docs/source/changes compile --categories Added Changed Fixed Security Deprecated --output=docs/source/changelog.rst' based on the format of 'https://keepachangelog.com/' @@ -6,7 +6,7 @@ CHANGELOG ######### -[Unreleased] - 2023-08-11 +[Unreleased] - 2023-08-14 ========================= Deprecated diff --git a/setup.py b/setup.py index bbd6820b..8adba146 100644 --- a/setup.py +++ b/setup.py @@ -99,7 +99,8 @@ def get_cryptography_version(): ], extras_require={ "docs": [ - "sphinx<7", + "docutils<0.17", # fixes rendering issue with two column layout + "sphinx", "sphinx_rtd_theme", "sphinxcontrib-contentui", "myst_parser",