From c50c1d247b25a3c09d139d42a22d5b42085c25e7 Mon Sep 17 00:00:00 2001 From: Claudia Comito <39374113+ClaudiaComito@users.noreply.github.com> Date: Tue, 20 Jun 2023 15:22:13 +0200 Subject: [PATCH 1/3] update version to 1.3.0 --- heat/core/version.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/heat/core/version.py b/heat/core/version.py index aac817bc1d..5d44f6d2b6 100644 --- a/heat/core/version.py +++ b/heat/core/version.py @@ -3,11 +3,11 @@ major: int = 1 """Indicates Heat's main version.""" -minor: int = 2 +minor: int = 3 """Indicates feature extension.""" -micro: int = 2 +micro: int = 0 """Indicates revisions for bugfixes.""" -extension: str = "dev" +extension: str = None """Indicates special builds, e.g. for specific hardware.""" if not extension: From 43386221ec938772b21615886ff53b970e3b5c83 Mon Sep 17 00:00:00 2001 From: Michael Tarnawa Date: Wed, 2 Aug 2023 11:50:01 +0200 Subject: [PATCH 2/3] Create .readthedocs.yaml (#1187) --- .readthedocs.yaml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .readthedocs.yaml diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 0000000000..49dafa0fa7 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,22 @@ +# .readthedocs.yaml +# Read the Docs configuration file +# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details + +# Required +version: 2 + +# Set the version of Python and other tools you might need +build: + os: ubuntu-22.04 + tools: + python: "3.11" + +# Build documentation in the docs/ directory with Sphinx +sphinx: + configuration: doc/source/conf.py + +# We recommend specifying your dependencies to enable reproducible builds: +# https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html +python: + install: + - requirements: doc/requirements.txt From 754fe1d18bd45ed7896a9dc4856437e8dca3ef78 Mon Sep 17 00:00:00 2001 From: Michael Tarnawa Date: Wed, 11 Oct 2023 12:34:36 +0200 Subject: [PATCH 3/3] Update requirements.txt (#1234) --- doc/requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/requirements.txt b/doc/requirements.txt index 20a75c89b7..785ccf1c95 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,5 +1,5 @@ -Sphinx==3.0.3 -sphinx-autoapi===1.3.0 -sphinx_rtd_theme==0.4.3 +Sphinx==7.2.6 +sphinx-autoapi===3.0.0 +sphinx_rtd_theme==1.3.0 sphinxcontrib-napoleon==0.7 -sphinx-copybutton==0.3.3 +sphinx-copybutton==0.5.2