Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions docs/source/_templates/version-warning.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<div class="admonition caution">
<p class="admonition-title">Caution</p>
<p>
This driver is not developed anymore. For an API-compatible replacement with active support, see
<a href="https://cpp-rs-driver.docs.scylladb.com/stable/">ScyllaDB CPP-RS Driver</a>.
</p>
</div>


1 change: 1 addition & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ def generate_doxygen(app):
# a list of builtin themes.
#
html_theme = 'sphinx_scylladb_theme'
templates_path = ['_templates', ]

# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the
Expand Down