Skip to content

Commit

Permalink
Update docs versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Lorak-mmk committed Jul 12, 2024
1 parent c01ad2b commit aed3e44
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
# -- Global variables

# Build documentation for the following tags and branches
TAGS = ['v0.12.0', 'v0.13.0']
TAGS = ['v0.12.0', 'v0.13.1']
BRANCHES = ['main']
# Set the latest version.
LATEST_VERSION = 'v0.13.0'
LATEST_VERSION = 'v0.13.1'
# Set which versions are not released yet.
UNSTABLE_VERSIONS = ['main']
# Set which versions are deprecated
Expand Down Expand Up @@ -138,4 +138,4 @@ def setup(sphinx):
html_baseurl = 'https://rust-driver.docs.scylladb.com'

# Dictionary of values to pass into the template engine’s context for all pages
html_context = {'html_baseurl': html_baseurl}
html_context = {'html_baseurl': html_baseurl}

0 comments on commit aed3e44

Please sign in to comment.