cpp-driver icon indicating copy to clipboard operation
cpp-driver copied to clipboard

Docs: no versions are visible

Open tzach opened this issue 4 years ago • 3 comments

tzach avatar Feb 21 '22 09:02 tzach

Current version is 2.16

tzach avatar Feb 22 '22 07:02 tzach

@dgarcia360 can you please help

tzach avatar Feb 22 '22 07:02 tzach

For most projects we are creating docs from branches instead than for tags.

If you maintain a branch for each minor release (e.g. branch-3.22), we recommended building docs for the branch and not for tags. This will allow you to backport documentation changes if needed without having to update the tag reference.

From https://sphinx-theme.scylladb.com/stable/configuration/multiversion.html

Repo maintainers, could you please create a branch for the version 2.16? Other projects are naming this branch as branch-2.16:

image

I'm happy to submit a PR enabling multiversion once this branch is created.

If you want to list the version yourself, the process it's documented in https://sphinx-theme.scylladb.com/stable/configuration/multiversion.html#listing-new-versions

dgarcia360 avatar Mar 08 '22 21:03 dgarcia360