From d4bf876c687c0fdc6fadbb70168e46b1d7be60f6 Mon Sep 17 00:00:00 2001 From: Santos Gallegos Date: Wed, 7 Feb 2018 11:57:22 -0500 Subject: [PATCH] Add docs about preference for tags over branches --- docs/versions.rst | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/versions.rst b/docs/versions.rst index f347303f783..3e75ed8db6a 100644 --- a/docs/versions.rst +++ b/docs/versions.rst @@ -40,6 +40,13 @@ which are branches that are maintained over time for a specific release number. .. _PEP 440: https://www.python.org/dev/peps/pep-0440/ +Tags and branches +----------------- + +Read the Docs supports two workflows for versioning: based on tags or branches. +If you have at least one active tag, +tags will take preference over branches when selecting the stable version. + Redirects on root URLs ---------------------- @@ -48,5 +55,3 @@ for example ``http://pip.readthedocs.io/``, they will be redirected to the **Default version**. This defaults to **latest**, but could also point to your latest released version. - -