Skip to content

Commit 1114a17

Browse files
committed
docs/conf.py: configure tags and latest version
The docs should: - list both `master` and at least the most recent stable tag; - properly highlight which version is the latest stable one; - highlight `master` as unstable. This commit achieves that, bringing the configuration in line with the Rust Driver's.
1 parent f3bc753 commit 1114a17

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/source/conf.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,14 @@
1212
# -- Global variables
1313

1414
# Builds documentation for the following tags and branches.
15-
TAGS = []
15+
TAGS = [
16+
"v0.5.1",
17+
]
1618
BRANCHES = [
1719
"master",
1820
]
1921
# Sets the latest version.
20-
LATEST_VERSION = "master"
22+
LATEST_VERSION = "v0.5.1"
2123
# Set which versions are not released yet.
2224
UNSTABLE_VERSIONS = ["master"]
2325
# Set which versions are deprecated

0 commit comments

Comments
 (0)