Skip to content

Commit 8e55ed1

Browse files
authored
doc: publish the documentation for the latest version (#470)
Enables publication of the documentation for version v0.5.1. As the driver is still in beta, it is sufficient to publish documentation only for the latest version. Additionally, v0.5.1 is set as the latest stable version, and the documentation on the main branch is marked as unstable.
1 parent c5c5aca commit 8e55ed1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/source/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
# -- General configuration ------------------------------------------
1111

1212
# Build documentation for the following tags and branches
13-
TAGS = []
13+
TAGS = ["v0.5.1"]
1414
BRANCHES = ["main"]
15-
LATEST_VERSION = "main"
16-
UNSTABLE_VERSIONS = []
15+
LATEST_VERSION = "v0.5.1"
16+
UNSTABLE_VERSIONS = ["main"]
1717
DEPRECATED_VERSIONS = []
1818

1919
# Add any Sphinx extension module names here, as strings.

0 commit comments

Comments
 (0)