diff --git a/.readthedocs.yml b/.readthedocs.yml index 692ff725..2d3ad411 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,7 +1,11 @@ version: 2 +build: + os: ubuntu-22.04 + tools: + python: "3.11" + python: - version: 3 install: - method: pip path: . diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index b74122a0..a9b6a850 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -1,4 +1,4 @@ -.. Created by changelog.py at 2023-08-10, 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-07-31 +[Unreleased] - 2023-08-14 ========================= Deprecated diff --git a/setup.py b/setup.py index 1fd2b4e3..8adba146 100644 --- a/setup.py +++ b/setup.py @@ -99,6 +99,7 @@ def get_cryptography_version(): ], extras_require={ "docs": [ + "docutils<0.17", # fixes rendering issue with two column layout "sphinx", "sphinx_rtd_theme", "sphinxcontrib-contentui",