Skip to content

Commit

Permalink
docs: wrap long line for better readability
Browse files Browse the repository at this point in the history
Signed-off-by: Kefu Chai <kefu.chai@scylladb.com>
  • Loading branch information
tchaikov committed Nov 9, 2023
1 parent b67e59f commit 29dd570
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,19 @@

# Build documentation for the following tags and branches
TAGS = []
BRANCHES = ['scylla-3.7.2.x', 'scylla-3.10.2.x', 'scylla-3.11.0.x', 'scylla-3.11.2.x', 'scylla-4.7.2.x', 'scylla-4.10.0.x', 'scylla-4.11.1.x', 'scylla-4.12.0.x', 'scylla-4.13.0.x', 'scylla-4.14.1.x', 'scylla-4.15.0.x']
BRANCHES = [
'scylla-3.7.2.x',
'scylla-3.10.2.x',
'scylla-3.11.0.x',
'scylla-3.11.2.x',
'scylla-4.7.2.x',
'scylla-4.10.0.x',
'scylla-4.11.1.x',
'scylla-4.12.0.x',
'scylla-4.13.0.x',
'scylla-4.14.1.x',
'scylla-4.15.0.x'
]
# Set the latest version.
LATEST_VERSION = 'scylla-4.15.0.x'
# Set which versions are not released yet.
Expand Down Expand Up @@ -195,4 +207,4 @@ def setup(app):
app.connect('source-read', replace_relative_links)

# Create redirect to JavaDoc API
app.connect('build-finished', build_finished)
app.connect('build-finished', build_finished)

0 comments on commit 29dd570

Please sign in to comment.