Skip to content

Commit 1f48494

Browse files
authored
Merge pull request #119 from dgarcia360/docs-add-deprecared-warning
docs: add redirection warning
2 parents f3add8a + 46507c7 commit 1f48494

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<div class="admonition caution">
2+
<p class="admonition-title">Caution</p>
3+
<p>
4+
This driver is not developed anymore. For an API-compatible replacement with active support, see
5+
<a href="https://cpp-rs-driver.docs.scylladb.com/stable/">ScyllaDB CPP-RS Driver</a>.
6+
</p>
7+
</div>
8+
9+

docs/source/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ def generate_doxygen(app):
142142
# a list of builtin themes.
143143
#
144144
html_theme = 'sphinx_scylladb_theme'
145+
templates_path = ['_templates', ]
145146

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

0 commit comments

Comments
 (0)