From a77fa425342f0630f46fd8f4fd32bc01e2690fa5 Mon Sep 17 00:00:00 2001 From: Rajan Mudambi <11376379+rmudambi@users.noreply.github.com> Date: Mon, 29 Jan 2024 13:20:25 -0800 Subject: [PATCH 1/2] fix broken build on readthedocs --- .readthedocs.yml | 5 ++++- docs/source/api_reference/index.rst | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index c0643e72b..3035caa9a 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/docs/source/api_reference/index.rst b/docs/source/api_reference/index.rst index e2379bc61..72a0ad01e 100644 --- a/docs/source/api_reference/index.rst +++ b/docs/source/api_reference/index.rst @@ -4,7 +4,7 @@ API Reference .. automodule:: vivarium .. toctree:: - :maxdepth: 2 + :maxdepth: 1 :glob: * From f76b42f4f72271027a004aff1fb89347db2766af Mon Sep 17 00:00:00 2001 From: Rajan Mudambi <11376379+rmudambi@users.noreply.github.com> Date: Mon, 29 Jan 2024 13:31:25 -0800 Subject: [PATCH 2/2] update changelog --- CHANGELOG.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 42eb41b7e..c53cc00cf 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,7 @@ +**2.3.2 - 01/29/24** + + - Fix broken readthedocs build + **2.3.1 - 01/09/24** - Update PyPI to 2FA with trusted publisher