From 9f793c572bdfa97644d89dfaa46300f34bee1301 Mon Sep 17 00:00:00 2001 From: David Garcia Date: Fri, 20 Oct 2023 12:13:53 +0100 Subject: [PATCH] docs: enable 1.6 docs --- docs/source/conf.py | 3 ++- docs/source/getting-started/quickstart.rst | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 558e84f7b..884f9828d 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -13,6 +13,7 @@ # Builds documentation for the following tags and branches. TAGS = [] BRANCHES = [ + "branch-1.6", "branch-1.5", "branch-1.4", "branch-1.3", @@ -22,7 +23,7 @@ "master", ] # Sets the latest version. -LATEST_VERSION = "branch-1.5" +LATEST_VERSION = "branch-1.6" # Set which versions are not released yet. UNSTABLE_VERSIONS = ["master"] # Set which versions are deprecated diff --git a/docs/source/getting-started/quickstart.rst b/docs/source/getting-started/quickstart.rst index 103b039f7..88ee07327 100644 --- a/docs/source/getting-started/quickstart.rst +++ b/docs/source/getting-started/quickstart.rst @@ -10,8 +10,8 @@ Prerequisites You must have a project cloned locally with the :doc:`documentation toolchain `. Additionally, you will need to have installed: - A Unix-based terminal. For Windows, use `Windows Subsystem for Linux `_. -- `Python 3.7 `_ or later. -- `Poetry 1.12 `_ or later. +- `Python 3.9 `_ or later. +- `Poetry 1.5 `_ or later. - `Make `_. - `Git `_.