From 9ef650038ef070caa468b6743685eda3d8417dc3 Mon Sep 17 00:00:00 2001 From: Rajan Mudambi <11376379+rmudambi@users.noreply.github.com> Date: Tue, 30 Jan 2024 09:26:24 -0800 Subject: [PATCH] fix broken build on readthedocs (#58) --- .readthedocs.yml | 5 ++++- CHANGELOG.rst | 4 ++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index c0643e7..3035caa 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -4,8 +4,11 @@ version: 2 # Configure the python version and environment construction run before # docs are built. +build: + os: ubuntu-22.04 + tools: + python: "3.11" python: - version: 3.8 install: # This runs pip install .[docs] from the project root. - method: pip diff --git a/CHANGELOG.rst b/CHANGELOG.rst index a50fa60..7746ca4 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,7 @@ +**2.0.16 - 01/29/24** + + - Fix broken readthedocs build + **2.0.15 - 01/09/24** - Update PyPI to 2FA with trusted publisher