Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: enable 1.6 docs #926

Merged
merged 1 commit into from
Oct 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/source/getting-started/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ Prerequisites
You must have a project cloned locally with the :doc:`documentation toolchain <installation>`. Additionally, you will need to have installed:

- A Unix-based terminal. For Windows, use `Windows Subsystem for Linux <https://learn.microsoft.com/en-us/windows/wsl/install>`_.
- `Python 3.7 <https://www.python.org/downloads/>`_ or later.
- `Poetry 1.12 <https://python-poetry.org/docs/master/>`_ or later.
- `Python 3.9 <https://www.python.org/downloads/>`_ or later.
- `Poetry 1.5 <https://python-poetry.org/docs/master/>`_ or later.
- `Make <https://www.gnu.org/software/make/>`_.
- `Git <https://git-scm.com/>`_.

Expand Down